Html Css Color HEX #02B8ED Deep Sky Blue

📋 copy color: '#02B8ED'

red 2 ◦ green 184 ◦ blue 237

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

Shades of Deep Sky Blue #02B8ED

Tints of Deep Sky Blue #02B8ED

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.5%

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

R = 0.47%
G = 43.5%
B = 56.03%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02B8ED (or 0x02B8ED) is known color: Deep Sky Blue. HEX triplet: 02, B8 and ED. RGB value is (2,184,237). Sum of RGB (Red+Green+Blue) = 2+184+237=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #02B8ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02B8ED is #FD4712. Grayscale: #878787. Windows color (decimal): -16598803 or 15579138. OLE color: 15579138.

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

Color convert

RGB 2 184 237 -
CMYK 0.99 0.22 0 0.07
HSL 193.53º 0.98% 0.47% -
HSV(B) 193.53º 0.99% 0.93% -
XYZ 32.45 40.41 86.21 -
YUV 135.62 185.2 32.69 -
System Red Green Blue C M Y K H S L
Decimal 2 184 237 0.99 0.22 0 0.07 193.53 0.98 0.47
Hex 2 B8 ED 63 16 0 7 C2 62 2F
Octal 2 270 355 143 26 0 7 302 142 57
Binary 10 10111000 11101101 1100011 10110 0 111 11000010 1100010 101111

Color Harmonies of #02B8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B8ED

Black with #02B8ED

Text Example


Text Example

White with #02B8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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