#06B8E9

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

Shades of Deep Sky Blue #06B8E9

Tints of Deep Sky Blue #06B8E9

Color information

#06B8E9 (or 0x06B8E9) is unknown color: approx Deep Sky Blue. HEX triplet: 06, B8 and E9. RGB value is (6,184,233). Sum of RGB (Red+Green+Blue) = 6+184+233=423 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #06B8E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06B8E9 is #F94716. Grayscale: #878787. Windows color (decimal): -16336663 or 15316998. OLE color: 15316998.

HSL color Cylindrical-coordinate representation of color #06B8E9: hue angle of 192.95º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B8E9 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6184233-
CMYK0.970.2100.09
HSL192.95º94.98%46.86%-
HSV(B)192.95º97.42%91.37%-
XYZ31.9240.283.17-
YUV136.36182.5335.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.42%
GREEN value IS 184 (72.27% from 255) = 43.50%
BLUE value IS 233 (91.41% from 255) = 55.08%
R=1.42%
G=43.50%
B=55.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61842330.970.2100.09192.9594.9846.86
Hex6B8E9611509c15f2f
Octal62703511412501130113757
Binary110101110001110100111000011010101001110000011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B8E9; }

 p { color: rgb(6,184,233); }

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

<style>
 a { background-color: #06B8E9; }

 a { background-color: rgb(6,184,233); }

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

<style>
 span { border-color: #06B8E9; }

 span { border-color: rgb(6,184,233); }

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