Html Css Color HEX #03ACF2 Deep Sky Blue

📋 copy color: '#03ACF2'

red 3 ◦ green 172 ◦ blue 242

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

Shades of Deep Sky Blue #03ACF2

Tints of Deep Sky Blue #03ACF2

RGB

 RED value IS 3 (1.56% from 255) = 0.72%

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

 BLUE value IS 242 (94.92% from 255) = 58.03%

R = 0.72%
G = 41.25%
B = 58.03%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#03ACF2 (or 0x03ACF2) is known color: Deep Sky Blue. HEX triplet: 03, AC and F2. RGB value is (3,172,242). Sum of RGB (Red+Green+Blue) = 3+172+242=417 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #03ACF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ACF2 is #FC530D. Grayscale: #818181. Windows color (decimal): -16536334 or 15903747. OLE color: 15903747.

HSL color Cylindrical-coordinate representation of color #03ACF2: hue angle of 197.57º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ACF2 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 172 242 -
CMYK 0.99 0.29 0 0.05
HSL 197.57º 0.98% 0.48% -
HSV(B) 197.57º 0.99% 0.95% -
XYZ 30.82 35.94 89.32 -
YUV 129.45 191.51 37.81 -
System Red Green Blue C M Y K H S L
Decimal 3 172 242 0.99 0.29 0 0.05 197.57 0.98 0.48
Hex 3 AC F2 63 1D 0 5 C6 62 30
Octal 3 254 362 143 35 0 5 306 142 60
Binary 11 10101100 11110010 1100011 11101 0 101 11000110 1100010 110000

Color Harmonies of #03ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ACF2

Black with #03ACF2

Text Example


Text Example

White with #03ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03ACF2; }

 p { color: rgb(3,172,242); }

 H1.HeaderClassName
 {
   color: #03ACF2;
 }
 .AnyTagClassName
 {
   color: #03ACF2;
 }
</style>

background-color css

<style>
 a { background-color: #03ACF2; }

 a { background-color: rgb(3,172,242); }

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

border-color css

<style>
 span { border-color: #03ACF2; }

 span { border-color: rgb(3,172,242); }

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