Html Css Color HEX #04AFEF Deep Sky Blue

📋 copy color: '#04AFEF'

red 4 ◦ green 175 ◦ blue 239

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

Shades of Deep Sky Blue #04AFEF

Tints of Deep Sky Blue #04AFEF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.87%

 BLUE value IS 239 (93.75% from 255) = 57.18%

R = 0.96%
G = 41.87%
B = 57.18%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#04AFEF (or 0x04AFEF) is known color: Deep Sky Blue. HEX triplet: 04, AF and EF. RGB value is (4,175,239). Sum of RGB (Red+Green+Blue) = 4+175+239=418 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #04AFEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AFEF is #FB5010. Grayscale: #828282. Windows color (decimal): -16470033 or 15707908. OLE color: 15707908.

HSL color Cylindrical-coordinate representation of color #04AFEF: hue angle of 196.34º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AFEF is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 175 239 -
CMYK 0.98 0.27 0 0.06
HSL 196.34º 0.97% 0.48% -
HSV(B) 196.34º 0.98% 0.94% -
XYZ 30.96 36.92 87.16 -
YUV 131.17 188.85 37.3 -
System Red Green Blue C M Y K H S L
Decimal 4 175 239 0.98 0.27 0 0.06 196.34 0.97 0.48
Hex 4 AF EF 62 1B 0 6 C4 61 30
Octal 4 257 357 142 33 0 6 304 141 60
Binary 100 10101111 11101111 1100010 11011 0 110 11000100 1100001 110000

Color Harmonies of #04AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AFEF

Black with #04AFEF

Text Example


Text Example

White with #04AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,175,239); }

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

background-color css

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

 a { background-color: rgb(4,175,239); }

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

border-color css

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

 span { border-color: rgb(4,175,239); }

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