Html Css Color HEX #02BFE8 Deep Sky Blue

📋 copy color: '#02BFE8'

red 2 ◦ green 191 ◦ blue 232

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

Shades of Deep Sky Blue #02BFE8

Tints of Deep Sky Blue #02BFE8

RGB

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

 GREEN value IS 191 (75% from 255) = 44.94%

 BLUE value IS 232 (91.02% from 255) = 54.59%

R = 0.47%
G = 44.94%
B = 54.59%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#02BFE8 (or 0x02BFE8) is known color: Deep Sky Blue. HEX triplet: 02, BF and E8. RGB value is (2,191,232). Sum of RGB (Red+Green+Blue) = 2+191+232=425 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #02BFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BFE8 is #FD4017. Grayscale: #8A8A8A. Windows color (decimal): -16597016 or 15253250. OLE color: 15253250.

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

Color convert

RGB 2 191 232 -
CMYK 0.99 0.18 0 0.09
HSL 190.7º 0.98% 0.46% -
HSV(B) 190.7º 0.99% 0.91% -
XYZ 33.22 43.1 82.91 -
YUV 139.16 180.38 30.17 -
System Red Green Blue C M Y K H S L
Decimal 2 191 232 0.99 0.18 0 0.09 190.7 0.98 0.46
Hex 2 BF E8 63 12 0 9 BF 62 2E
Octal 2 277 350 143 22 0 11 277 142 56
Binary 10 10111111 11101000 1100011 10010 0 1001 10111111 1100010 101110

Color Harmonies of #02BFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BFE8

Black with #02BFE8

Text Example


Text Example

White with #02BFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,191,232); }

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

background-color css

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

 a { background-color: rgb(2,191,232); }

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

border-color css

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

 span { border-color: rgb(2,191,232); }

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