#07B8FE

Color #07B8FE Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #07B8FE

Tints of Deep Sky Blue #07B8FE

Color information

#07B8FE (or 0x07B8FE) is unknown color: approx Deep Sky Blue. HEX triplet: 07, B8 and FE. RGB value is (7,184,254). Sum of RGB (Red+Green+Blue) = 7+184+254=445 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #07B8FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07B8FE is #F84701. Grayscale: #8A8A8A. Windows color (decimal): -16271106 or 16693255. OLE color: 16693255.

HSL color Cylindrical-coordinate representation of color #07B8FE: hue angle of 197º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B8FE is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB7184254-
CMYK0.970.2800.00
HSL197º99.2%51.18%-
HSV(B)197º97.24%99.61%-
XYZ35.1241.4899.92-
YUV139.06192.8633.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 1.57%
GREEN value IS 184 (72.27% from 255) = 41.35%
BLUE value IS 254 (99.61% from 255) = 57.08%
R=1.57%
G=41.35%
B=57.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal71842540.970.2800.0019799.251.18
Hex7B8FE611C00c56333
Octal7270376141340030514363
Binary111101110001111111011000011110000110001011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07B8FE; }

 p { color: rgb(7,184,254); }

 H1.HeaderClassName
 {
   color: #07B8FE;
 }
 .AnyTagClassName
 {
   color: #07B8FE;
 }
</style>
background-color css

<style>
 a { background-color: #07B8FE; }

 a { background-color: rgb(7,184,254); }

 div.DivClassName
 {
   background-color: #07B8FE;
 }
 .BgClassName
 {
   background-color: #07B8FE;
 }
</style>
border-color css

<style>
 span { border-color: #07B8FE; }

 span { border-color: rgb(7,184,254); }

 td.TdClassName
 {
   border-color: #07B8FE;
 }
 .TagClassName
 {
   border-color: #07B8FE;
 }
</style>