Html Css Color HEX #03ACFD Deep Sky Blue

📋 copy color: '#03ACFD'

red 3 ◦ green 172 ◦ blue 253

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

Shades of Deep Sky Blue #03ACFD

Tints of Deep Sky Blue #03ACFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.11%

R = 0.7%
G = 40.19%
B = 59.11%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03ACFD (or 0x03ACFD) is known color: Deep Sky Blue. HEX triplet: 03, AC and FD. RGB value is (3,172,253). Sum of RGB (Red+Green+Blue) = 3+172+253=428 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #03ACFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ACFD is #FC5302. Grayscale: #828282. Windows color (decimal): -16536323 or 16624643. OLE color: 16624643.

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

Color convert

RGB 3 172 253 -
CMYK 0.99 0.32 0 0.01
HSL 199.44º 0.98% 0.5% -
HSV(B) 199.44º 0.99% 0.99% -
XYZ 32.52 36.62 98.28 -
YUV 130.7 197.01 36.91 -
System Red Green Blue C M Y K H S L
Decimal 3 172 253 0.99 0.32 0 0.01 199.44 0.98 0.5
Hex 3 AC FD 63 20 0 1 C7 62 32
Octal 3 254 375 143 40 0 1 307 142 62
Binary 11 10101100 11111101 1100011 100000 0 1 11000111 1100010 110010

Color Harmonies of #03ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ACFD

Black with #03ACFD

Text Example


Text Example

White with #03ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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