Html Css Color HEX #02B2ED Deep Sky Blue

📋 copy color: '#02B2ED'

red 2 ◦ green 178 ◦ blue 237

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

Shades of Deep Sky Blue #02B2ED

Tints of Deep Sky Blue #02B2ED

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.69%

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

R = 0.48%
G = 42.69%
B = 56.83%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02B2ED (or 0x02B2ED) is known color: Deep Sky Blue. HEX triplet: 02, B2 and ED. RGB value is (2,178,237). Sum of RGB (Red+Green+Blue) = 2+178+237=417 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #02B2ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02B2ED is #FD4D12. Grayscale: #838383. Windows color (decimal): -16600339 or 15577602. OLE color: 15577602.

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

Color convert

RGB 2 178 237 -
CMYK 0.99 0.25 0 0.07
HSL 195.06º 0.98% 0.47% -
HSV(B) 195.06º 0.99% 0.93% -
XYZ 31.23 37.97 85.8 -
YUV 132.1 187.19 35.2 -
System Red Green Blue C M Y K H S L
Decimal 2 178 237 0.99 0.25 0 0.07 195.06 0.98 0.47
Hex 2 B2 ED 63 19 0 7 C3 62 2F
Octal 2 262 355 143 31 0 7 303 142 57
Binary 10 10110010 11101101 1100011 11001 0 111 11000011 1100010 101111

Color Harmonies of #02B2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B2ED

Black with #02B2ED

Text Example


Text Example

White with #02B2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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