Html Css Color HEX #02BFEB Deep Sky Blue

📋 copy color: '#02BFEB'

red 2 ◦ green 191 ◦ blue 235

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

Shades of Deep Sky Blue #02BFEB

Tints of Deep Sky Blue #02BFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.91%

R = 0.47%
G = 44.63%
B = 54.91%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#02BFEB (or 0x02BFEB) is known color: Deep Sky Blue. HEX triplet: 02, BF and EB. RGB value is (2,191,235). Sum of RGB (Red+Green+Blue) = 2+191+235=428 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #02BFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BFEB is #FD4014. Grayscale: #8B8B8B. Windows color (decimal): -16597013 or 15449858. OLE color: 15449858.

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

Color convert

RGB 2 191 235 -
CMYK 0.99 0.19 0 0.08
HSL 191.33º 0.98% 0.46% -
HSV(B) 191.33º 0.99% 0.92% -
XYZ 33.65 43.27 85.18 -
YUV 139.51 181.88 29.92 -
System Red Green Blue C M Y K H S L
Decimal 2 191 235 0.99 0.19 0 0.08 191.33 0.98 0.46
Hex 2 BF EB 63 13 0 8 BF 62 2E
Octal 2 277 353 143 23 0 10 277 142 56
Binary 10 10111111 11101011 1100011 10011 0 1000 10111111 1100010 101110

Color Harmonies of #02BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BFEB

Black with #02BFEB

Text Example


Text Example

White with #02BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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