#06B9E9

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

Shades of Deep Sky Blue #06B9E9

Tints of Deep Sky Blue #06B9E9

Color information

#06B9E9 (or 0x06B9E9) is unknown color: approx Deep Sky Blue. HEX triplet: 06, B9 and E9. RGB value is (6,185,233). Sum of RGB (Red+Green+Blue) = 6+185+233=424 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 233 (91.41% from 255 or 54.95% from 424); Max value from RGB is 233 - color contains mainly: blue. Hex color #06B9E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06B9E9 is #F94616. Grayscale: #888888. Windows color (decimal): -16336407 or 15317254. OLE color: 15317254.

HSL color Cylindrical-coordinate representation of color #06B9E9: hue angle of 192.69º 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 #06B9E9 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6185233-
CMYK0.970.2100.09
HSL192.69º94.98%46.86%-
HSV(B)192.69º97.42%91.37%-
XYZ32.1340.6283.24-
YUV136.95182.234.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.42%
GREEN value IS 185 (72.66% from 255) = 43.63%
BLUE value IS 233 (91.41% from 255) = 54.95%
R=1.42%
G=43.63%
B=54.95%

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
Decimal61852330.970.2100.09192.6994.9846.86
Hex6B9E9611509c15f2f
Octal62713511412501130113757
Binary110101110011110100111000011010101001110000011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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