Html Css Color HEX #02CBEC Deep Sky Blue

📋 copy color: '#02CBEC'

red 2 ◦ green 203 ◦ blue 236

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

Shades of Deep Sky Blue #02CBEC

Tints of Deep Sky Blue #02CBEC

RGB

 RED value IS 2 (1.17% from 255) = 0.45%

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

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

R = 0.45%
G = 46.03%
B = 53.51%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02CBEC (or 0x02CBEC) is known color: Deep Sky Blue. HEX triplet: 02, CB and EC. RGB value is (2,203,236). Sum of RGB (Red+Green+Blue) = 2+203+236=441 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #02CBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CBEC is #FD3413. Grayscale: #929292. Windows color (decimal): -16593940 or 15518466. OLE color: 15518466.

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

Color convert

RGB 2 203 236 -
CMYK 0.99 0.14 0 0.07
HSL 188.46º 0.98% 0.47% -
HSV(B) 188.46º 0.99% 0.93% -
XYZ 36.52 48.78 86.85 -
YUV 146.66 178.41 24.82 -
System Red Green Blue C M Y K H S L
Decimal 2 203 236 0.99 0.14 0 0.07 188.46 0.98 0.47
Hex 2 CB EC 63 E 0 7 BC 62 2F
Octal 2 313 354 143 16 0 7 274 142 57
Binary 10 11001011 11101100 1100011 1110 0 111 10111100 1100010 101111

Color Harmonies of #02CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CBEC

Black with #02CBEC

Text Example


Text Example

White with #02CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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