Html Css Color HEX #02ACE5 Deep Sky Blue

📋 copy color: '#02ACE5'

red 2 ◦ green 172 ◦ blue 229

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

Shades of Deep Sky Blue #02ACE5

Tints of Deep Sky Blue #02ACE5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.68%

 BLUE value IS 229 (89.84% from 255) = 56.82%

R = 0.5%
G = 42.68%
B = 56.82%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#02ACE5 (or 0x02ACE5) is known color: Deep Sky Blue. HEX triplet: 02, AC and E5. RGB value is (2,172,229). Sum of RGB (Red+Green+Blue) = 2+172+229=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 229 (89.84% from 255 or 56.82% from 403); Max value from RGB is 229 - color contains mainly: blue. Hex color #02ACE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACE5 is #FD531A. Grayscale: #7F7F7F. Windows color (decimal): -16601883 or 15051778. OLE color: 15051778.

HSL color Cylindrical-coordinate representation of color #02ACE5: hue angle of 195.07º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACE5 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 172 229 -
CMYK 0.99 0.25 0 0.10
HSL 195.07º 0.98% 0.45% -
HSV(B) 195.07º 0.99% 0.9% -
XYZ 28.92 35.18 79.39 -
YUV 127.67 185.18 38.37 -
System Red Green Blue C M Y K H S L
Decimal 2 172 229 0.99 0.25 0 0.10 195.07 0.98 0.45
Hex 2 AC E5 63 19 0 A C3 62 2D
Octal 2 254 345 143 31 0 12 303 142 55
Binary 10 10101100 11100101 1100011 11001 0 1010 11000011 1100010 101101

Color Harmonies of #02ACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ACE5

Black with #02ACE5

Text Example


Text Example

White with #02ACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,172,229); }

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

background-color css

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

 a { background-color: rgb(2,172,229); }

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

border-color css

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

 span { border-color: rgb(2,172,229); }

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