Html Css Color HEX #02A4EA Deep Sky Blue

📋 copy color: '#02A4EA'

red 2 ◦ green 164 ◦ blue 234

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

Shades of Deep Sky Blue #02A4EA

Tints of Deep Sky Blue #02A4EA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41%

 BLUE value IS 234 (91.8% from 255) = 58.5%

R = 0.5%
G = 41%
B = 58.5%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#02A4EA (or 0x02A4EA) is known color: Deep Sky Blue. HEX triplet: 02, A4 and EA. RGB value is (2,164,234). Sum of RGB (Red+Green+Blue) = 2+164+234=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #02A4EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A4EA is #FD5B15. Grayscale: #7B7B7B. Windows color (decimal): -16603926 or 15377410. OLE color: 15377410.

HSL color Cylindrical-coordinate representation of color #02A4EA: hue angle of 198.1º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A4EA is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 164 234 -
CMYK 0.99 0.30 0 0.08
HSL 198.1º 0.98% 0.46% -
HSV(B) 198.1º 0.99% 0.92% -
XYZ 28.15 32.5 82.63 -
YUV 123.54 190.33 41.31 -
System Red Green Blue C M Y K H S L
Decimal 2 164 234 0.99 0.30 0 0.08 198.1 0.98 0.46
Hex 2 A4 EA 63 1E 0 8 C6 62 2E
Octal 2 244 352 143 36 0 10 306 142 56
Binary 10 10100100 11101010 1100011 11110 0 1000 11000110 1100010 101110

Color Harmonies of #02A4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A4EA

Black with #02A4EA

Text Example


Text Example

White with #02A4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,164,234); }

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

background-color css

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

 a { background-color: rgb(2,164,234); }

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

border-color css

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

 span { border-color: rgb(2,164,234); }

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