Html Css Color HEX #02BDEF Deep Sky Blue

📋 copy color: '#02BDEF'

red 2 ◦ green 189 ◦ blue 239

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

Shades of Deep Sky Blue #02BDEF

Tints of Deep Sky Blue #02BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.95%

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 0.47%
G = 43.95%
B = 55.58%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#02BDEF (or 0x02BDEF) is known color: Deep Sky Blue. HEX triplet: 02, BD and EF. RGB value is (2,189,239). Sum of RGB (Red+Green+Blue) = 2+189+239=430 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #02BDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02BDEF is #FD4210. Grayscale: #8A8A8A. Windows color (decimal): -16597521 or 15711490. OLE color: 15711490.

HSL color Cylindrical-coordinate representation of color #02BDEF: hue angle of 192.66º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDEF is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 189 239 -
CMYK 0.99 0.21 0 0.06
HSL 192.66º 0.98% 0.47% -
HSV(B) 192.66º 0.99% 0.94% -
XYZ 33.8 42.64 88.11 -
YUV 138.79 184.55 30.43 -
System Red Green Blue C M Y K H S L
Decimal 2 189 239 0.99 0.21 0 0.06 192.66 0.98 0.47
Hex 2 BD EF 63 15 0 6 C1 62 2F
Octal 2 275 357 143 25 0 6 301 142 57
Binary 10 10111101 11101111 1100011 10101 0 110 11000001 1100010 101111

Color Harmonies of #02BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BDEF

Black with #02BDEF

Text Example


Text Example

White with #02BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,189,239); }

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

background-color css

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

 a { background-color: rgb(2,189,239); }

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

border-color css

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

 span { border-color: rgb(2,189,239); }

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