Html Css Color HEX #02BBEC Deep Sky Blue

📋 copy color: '#02BBEC'

red 2 ◦ green 187 ◦ blue 236

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

Shades of Deep Sky Blue #02BBEC

Tints of Deep Sky Blue #02BBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44%

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

R = 0.47%
G = 44%
B = 55.53%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02BBEC (or 0x02BBEC) is known color: Deep Sky Blue. HEX triplet: 02, BB and EC. RGB value is (2,187,236). Sum of RGB (Red+Green+Blue) = 2+187+236=425 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #02BBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BBEC is #FD4413. Grayscale: #888888. Windows color (decimal): -16598036 or 15514370. OLE color: 15514370.

HSL color Cylindrical-coordinate representation of color #02BBEC: hue angle of 192.56º 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 #02BBEC is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 187 236 -
CMYK 0.99 0.21 0 0.07
HSL 192.56º 0.98% 0.47% -
HSV(B) 192.56º 0.99% 0.93% -
XYZ 32.94 41.61 85.65 -
YUV 137.27 183.71 31.52 -
System Red Green Blue C M Y K H S L
Decimal 2 187 236 0.99 0.21 0 0.07 192.56 0.98 0.47
Hex 2 BB EC 63 15 0 7 C1 62 2F
Octal 2 273 354 143 25 0 7 301 142 57
Binary 10 10111011 11101100 1100011 10101 0 111 11000001 1100010 101111

Color Harmonies of #02BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BBEC

Black with #02BBEC

Text Example


Text Example

White with #02BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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