Html Css Color HEX #02B2F9 Deep Sky Blue

📋 copy color: '#02B2F9'

red 2 ◦ green 178 ◦ blue 249

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

Shades of Deep Sky Blue #02B2F9

Tints of Deep Sky Blue #02B2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.04%

R = 0.47%
G = 41.49%
B = 58.04%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#02B2F9 (or 0x02B2F9) is known color: Deep Sky Blue. HEX triplet: 02, B2 and F9. RGB value is (2,178,249). Sum of RGB (Red+Green+Blue) = 2+178+249=429 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #02B2F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02B2F9 is #FD4D06. Grayscale: #858585. Windows color (decimal): -16600327 or 16364034. OLE color: 16364034.

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

Color convert

RGB 2 178 249 -
CMYK 0.99 0.29 0 0.02
HSL 197.25º 0.98% 0.49% -
HSV(B) 197.25º 0.99% 0.98% -
XYZ 33.04 38.69 95.35 -
YUV 133.47 193.19 34.23 -
System Red Green Blue C M Y K H S L
Decimal 2 178 249 0.99 0.29 0 0.02 197.25 0.98 0.49
Hex 2 B2 F9 63 1D 0 2 C5 62 31
Octal 2 262 371 143 35 0 2 305 142 61
Binary 10 10110010 11111001 1100011 11101 0 10 11000101 1100010 110001

Color Harmonies of #02B2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B2F9

Black with #02B2F9

Text Example


Text Example

White with #02B2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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