Html Css Color HEX #04ACFD Deep Sky Blue

📋 copy color: '#04ACFD'

red 4 ◦ green 172 ◦ blue 253

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

Shades of Deep Sky Blue #04ACFD

Tints of Deep Sky Blue #04ACFD

RGB

 RED value IS 4 (1.95% from 255) = 0.93%

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

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

R = 0.93%
G = 40.09%
B = 58.97%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04ACFD (or 0x04ACFD) is known color: Deep Sky Blue. HEX triplet: 04, AC and FD. RGB value is (4,172,253). Sum of RGB (Red+Green+Blue) = 4+172+253=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #04ACFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ACFD is #FB5302. Grayscale: #828282. Windows color (decimal): -16470787 or 16624644. OLE color: 16624644.

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

Color convert

RGB 4 172 253 -
CMYK 0.98 0.32 0 0.01
HSL 199.52º 0.98% 0.5% -
HSV(B) 199.52º 0.98% 0.99% -
XYZ 32.53 36.62 98.28 -
YUV 131 196.84 37.41 -
System Red Green Blue C M Y K H S L
Decimal 4 172 253 0.98 0.32 0 0.01 199.52 0.98 0.5
Hex 4 AC FD 62 20 0 1 C8 62 32
Octal 4 254 375 142 40 0 1 310 142 62
Binary 100 10101100 11111101 1100010 100000 0 1 11001000 1100010 110010

Color Harmonies of #04ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ACFD

Black with #04ACFD

Text Example


Text Example

White with #04ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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