Html Css Color HEX #02BBEA Deep Sky Blue

📋 copy color: '#02BBEA'

red 2 ◦ green 187 ◦ blue 234

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

Shades of Deep Sky Blue #02BBEA

Tints of Deep Sky Blue #02BBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 0.47%
G = 44.21%
B = 55.32%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#02BBEA (or 0x02BBEA) is known color: Deep Sky Blue. HEX triplet: 02, BB and EA. RGB value is (2,187,234). Sum of RGB (Red+Green+Blue) = 2+187+234=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #02BBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BBEA is #FD4415. Grayscale: #888888. Windows color (decimal): -16598038 or 15383298. OLE color: 15383298.

HSL color Cylindrical-coordinate representation of color #02BBEA: hue angle of 192.16º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBEA is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 187 234 -
CMYK 0.99 0.20 0 0.08
HSL 192.16º 0.98% 0.46% -
HSV(B) 192.16º 0.99% 0.92% -
XYZ 32.65 41.49 84.13 -
YUV 137.04 182.71 31.68 -
System Red Green Blue C M Y K H S L
Decimal 2 187 234 0.99 0.20 0 0.08 192.16 0.98 0.46
Hex 2 BB EA 63 14 0 8 C0 62 2E
Octal 2 273 352 143 24 0 10 300 142 56
Binary 10 10111011 11101010 1100011 10100 0 1000 11000000 1100010 101110

Color Harmonies of #02BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BBEA

Black with #02BBEA

Text Example


Text Example

White with #02BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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