Html Css Color HEX #02DBFB Deep Sky Blue

📋 copy color: '#02DBFB'

red 2 ◦ green 219 ◦ blue 251

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

Shades of Deep Sky Blue #02DBFB

Tints of Deep Sky Blue #02DBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

 BLUE value IS 251 (98.44% from 255) = 53.18%

R = 0.42%
G = 46.4%
B = 53.18%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#02DBFB (or 0x02DBFB) is known color: Deep Sky Blue. HEX triplet: 02, DB and FB. RGB value is (2,219,251). Sum of RGB (Red+Green+Blue) = 2+219+251=472 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #02DBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DBFB is #FD2404. Grayscale: #9D9D9D. Windows color (decimal): -16589829 or 16505602. OLE color: 16505602.

HSL color Cylindrical-coordinate representation of color #02DBFB: hue angle of 187.71º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DBFB is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 219 251 -
CMYK 0.99 0.13 0 0.02
HSL 187.71º 0.98% 0.5% -
HSV(B) 187.71º 0.99% 0.98% -
XYZ 42.77 57.64 100.14 -
YUV 157.77 180.61 16.9 -
System Red Green Blue C M Y K H S L
Decimal 2 219 251 0.99 0.13 0 0.02 187.71 0.98 0.5
Hex 2 DB FB 63 D 0 2 BC 62 32
Octal 2 333 373 143 15 0 2 274 142 62
Binary 10 11011011 11111011 1100011 1101 0 10 10111100 1100010 110010

Color Harmonies of #02DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DBFB

Black with #02DBFB

Text Example


Text Example

White with #02DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,219,251); }

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

background-color css

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

 a { background-color: rgb(2,219,251); }

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

border-color css

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

 span { border-color: rgb(2,219,251); }

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