Html Css Color HEX #02BFED Deep Sky Blue

📋 copy color: '#02BFED'

red 2 ◦ green 191 ◦ blue 237

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

Shades of Deep Sky Blue #02BFED

Tints of Deep Sky Blue #02BFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.12%

R = 0.47%
G = 44.42%
B = 55.12%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02BFED (or 0x02BFED) is known color: Deep Sky Blue. HEX triplet: 02, BF and ED. RGB value is (2,191,237). Sum of RGB (Red+Green+Blue) = 2+191+237=430 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #02BFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BFED is #FD4012. Grayscale: #8B8B8B. Windows color (decimal): -16597011 or 15580930. OLE color: 15580930.

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

Color convert

RGB 2 191 237 -
CMYK 0.99 0.19 0 0.07
HSL 191.74º 0.98% 0.47% -
HSV(B) 191.74º 0.99% 0.93% -
XYZ 33.94 43.39 86.71 -
YUV 139.73 182.88 29.76 -
System Red Green Blue C M Y K H S L
Decimal 2 191 237 0.99 0.19 0 0.07 191.74 0.98 0.47
Hex 2 BF ED 63 13 0 7 C0 62 2F
Octal 2 277 355 143 23 0 7 300 142 57
Binary 10 10111111 11101101 1100011 10011 0 111 11000000 1100010 101111

Color Harmonies of #02BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BFED

Black with #02BFED

Text Example


Text Example

White with #02BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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