Html Css Color HEX #03ACFE Deep Sky Blue

📋 copy color: '#03ACFE'

red 3 ◦ green 172 ◦ blue 254

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

Shades of Deep Sky Blue #03ACFE

Tints of Deep Sky Blue #03ACFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.21%

R = 0.7%
G = 40.09%
B = 59.21%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#03ACFE (or 0x03ACFE) is known color: Deep Sky Blue. HEX triplet: 03, AC and FE. RGB value is (3,172,254). Sum of RGB (Red+Green+Blue) = 3+172+254=429 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #03ACFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ACFE is #FC5301. Grayscale: #828282. Windows color (decimal): -16536322 or 16690179. OLE color: 16690179.

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

Color convert

RGB 3 172 254 -
CMYK 0.99 0.32 0 0.00
HSL 199.6º 0.99% 0.5% -
HSV(B) 199.6º 0.99% 1% -
XYZ 32.68 36.68 99.12 -
YUV 130.82 197.51 36.83 -
System Red Green Blue C M Y K H S L
Decimal 3 172 254 0.99 0.32 0 0.00 199.6 0.99 0.5
Hex 3 AC FE 63 20 0 0 C8 63 32
Octal 3 254 376 143 40 0 0 310 143 62
Binary 11 10101100 11111110 1100011 100000 0 0 11001000 1100011 110010

Color Harmonies of #03ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ACFE

Black with #03ACFE

Text Example


Text Example

White with #03ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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