Html Css Color HEX #04AFF3 Deep Sky Blue

📋 copy color: '#04AFF3'

red 4 ◦ green 175 ◦ blue 243

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

Shades of Deep Sky Blue #04AFF3

Tints of Deep Sky Blue #04AFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 57.58%

R = 0.95%
G = 41.47%
B = 57.58%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#04AFF3 (or 0x04AFF3) is known color: Deep Sky Blue. HEX triplet: 04, AF and F3. RGB value is (4,175,243). Sum of RGB (Red+Green+Blue) = 4+175+243=422 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 243 (95.31% from 255 or 57.58% from 422); Max value from RGB is 243 - color contains mainly: blue. Hex color #04AFF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AFF3 is #FB500C. Grayscale: #838383. Windows color (decimal): -16470029 or 15970052. OLE color: 15970052.

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

Color convert

RGB 4 175 243 -
CMYK 0.98 0.28 0 0.05
HSL 197.07º 0.97% 0.48% -
HSV(B) 197.07º 0.98% 0.95% -
XYZ 31.56 37.16 90.3 -
YUV 131.62 190.85 36.97 -
System Red Green Blue C M Y K H S L
Decimal 4 175 243 0.98 0.28 0 0.05 197.07 0.97 0.48
Hex 4 AF F3 62 1C 0 5 C5 61 30
Octal 4 257 363 142 34 0 5 305 141 60
Binary 100 10101111 11110011 1100010 11100 0 101 11000101 1100001 110000

Color Harmonies of #04AFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AFF3

Black with #04AFF3

Text Example


Text Example

White with #04AFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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