Html Css Color HEX #06CBEC Deep Sky Blue

📋 copy color: '#06CBEC'

red 6 ◦ green 203 ◦ blue 236

#06CBEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #06CBEC

Tints of Deep Sky Blue #06CBEC

RGB

 RED value IS 6 (2.73% from 255) = 1.35%

 GREEN value IS 203 (79.69% from 255) = 45.62%

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 1.35%
G = 45.62%
B = 53.03%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#06CBEC (or 0x06CBEC) is known color: Deep Sky Blue. HEX triplet: 06, CB and EC. RGB value is (6,203,236). Sum of RGB (Red+Green+Blue) = 6+203+236=445 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #06CBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CBEC is #F93413. Grayscale: #939393. Windows color (decimal): -16331796 or 15518470. OLE color: 15518470.

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

Color convert

RGB 6 203 236 -
CMYK 0.97 0.14 0 0.07
HSL 188.61º 0.95% 0.47% -
HSV(B) 188.61º 0.97% 0.93% -
XYZ 36.57 48.81 86.85 -
YUV 147.86 177.73 26.82 -
System Red Green Blue C M Y K H S L
Decimal 6 203 236 0.97 0.14 0 0.07 188.61 0.95 0.47
Hex 6 CB EC 61 E 0 7 BD 5F 2F
Octal 6 313 354 141 16 0 7 275 137 57
Binary 110 11001011 11101100 1100001 1110 0 111 10111101 1011111 101111

Color Harmonies of #06CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CBEC

Black with #06CBEC

Text Example


Text Example

White with #06CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,203,236); }

 H1.HeaderClassName
 {
   color: #06CBEC;
 }
 .AnyTagClassName
 {
   color: #06CBEC;
 }
</style>

background-color css

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

 a { background-color: rgb(6,203,236); }

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

border-color css

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

 span { border-color: rgb(6,203,236); }

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