#06BCE9

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

Shades of Deep Sky Blue #06BCE9

Tints of Deep Sky Blue #06BCE9

Color information

#06BCE9 (or 0x06BCE9) is unknown color: approx Deep Sky Blue. HEX triplet: 06, BC and E9. RGB value is (6,188,233). Sum of RGB (Red+Green+Blue) = 6+188+233=427 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #06BCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BCE9 is #F94316. Grayscale: #8A8A8A. Windows color (decimal): -16335639 or 15318022. OLE color: 15318022.

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

Color convert

RGB6188233-
CMYK0.970.1900.09
HSL191.89º94.98%46.86%-
HSV(B)191.89º97.42%91.37%-
XYZ32.7741.8983.45-
YUV138.71181.233.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.41%
GREEN value IS 188 (73.83% from 255) = 44.03%
BLUE value IS 233 (91.41% from 255) = 54.57%
R=1.41%
G=44.03%
B=54.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61882330.970.1900.09191.8994.9846.86
Hex6BCE9611309c05f2f
Octal62743511412301130013757
Binary110101111001110100111000011001101001110000001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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