Html Css Color HEX #03ACFF Deep Sky Blue

📋 copy color: '#03ACFF'

red 3 ◦ green 172 ◦ blue 255

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

Shades of Deep Sky Blue #03ACFF

Tints of Deep Sky Blue #03ACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.3%

R = 0.7%
G = 40%
B = 59.3%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#03ACFF (or 0x03ACFF) is known color: Deep Sky Blue. HEX triplet: 03, AC and FF. RGB value is (3,172,255). Sum of RGB (Red+Green+Blue) = 3+172+255=430 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #03ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ACFF is #FC5300. Grayscale: #828282. Windows color (decimal): -16536321 or 16755715. OLE color: 16755715.

HSL color Cylindrical-coordinate representation of color #03ACFF: hue angle of 199.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ACFF is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 172 255 -
CMYK 0.99 0.33 0 0
HSL 199.76º 1% 0.51% -
HSV(B) 199.76º 0.99% 1% -
XYZ 32.84 36.74 99.97 -
YUV 130.93 198.01 36.75 -
System Red Green Blue C M Y K H S L
Decimal 3 172 255 0.99 0.33 0 0 199.76 1 0.51
Hex 3 AC FF 63 21 0 0 C8 64 33
Octal 3 254 377 143 41 0 0 310 144 63
Binary 11 10101100 11111111 1100011 100001 0 0 11001000 1100100 110011

Color Harmonies of #03ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ACFF

Black with #03ACFF

Text Example


Text Example

White with #03ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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