Html Css Color HEX #03ACE7 Deep Sky Blue

📋 copy color: '#03ACE7'

red 3 ◦ green 172 ◦ blue 231

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

Shades of Deep Sky Blue #03ACE7

Tints of Deep Sky Blue #03ACE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 56.9%

R = 0.74%
G = 42.36%
B = 56.9%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#03ACE7 (or 0x03ACE7) is known color: Deep Sky Blue. HEX triplet: 03, AC and E7. RGB value is (3,172,231). Sum of RGB (Red+Green+Blue) = 3+172+231=406 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 231 (90.62% from 255 or 56.90% from 406); Max value from RGB is 231 - color contains mainly: blue. Hex color #03ACE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ACE7 is #FC5318. Grayscale: #7F7F7F. Windows color (decimal): -16536345 or 15182851. OLE color: 15182851.

HSL color Cylindrical-coordinate representation of color #03ACE7: hue angle of 195.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ACE7 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 3 172 231 -
CMYK 0.99 0.26 0 0.09
HSL 195.53º 0.97% 0.46% -
HSV(B) 195.53º 0.99% 0.91% -
XYZ 29.21 35.29 80.87 -
YUV 128.2 186.01 38.7 -
System Red Green Blue C M Y K H S L
Decimal 3 172 231 0.99 0.26 0 0.09 195.53 0.97 0.46
Hex 3 AC E7 63 1A 0 9 C4 61 2E
Octal 3 254 347 143 32 0 11 304 141 56
Binary 11 10101100 11100111 1100011 11010 0 1001 11000100 1100001 101110

Color Harmonies of #03ACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ACE7

Black with #03ACE7

Text Example


Text Example

White with #03ACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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