#06BAE9

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

Shades of Deep Sky Blue #06BAE9

Tints of Deep Sky Blue #06BAE9

Color information

#06BAE9 (or 0x06BAE9) is unknown color: approx Deep Sky Blue. HEX triplet: 06, BA and E9. RGB value is (6,186,233). Sum of RGB (Red+Green+Blue) = 6+186+233=425 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #06BAE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BAE9 is #F94516. Grayscale: #898989. Windows color (decimal): -16336151 or 15317510. OLE color: 15317510.

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

Color convert

RGB6186233-
CMYK0.970.2000.09
HSL192.42º94.98%46.86%-
HSV(B)192.42º97.42%91.37%-
XYZ32.3441.0483.31-
YUV137.54181.8734.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.41%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 233 (91.41% from 255) = 54.82%
R=1.41%
G=43.76%
B=54.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61862330.970.2000.09192.4294.9846.86
Hex6BAE9611409c05f2f
Octal62723511412401130013757
Binary110101110101110100111000011010001001110000001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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