Html Css Color HEX #04D5F3 Deep Sky Blue

📋 copy color: '#04D5F3'

red 4 ◦ green 213 ◦ blue 243

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

Shades of Deep Sky Blue #04D5F3

Tints of Deep Sky Blue #04D5F3

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.3%

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

R = 0.87%
G = 46.3%
B = 52.83%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#04D5F3 (or 0x04D5F3) is known color: Deep Sky Blue. HEX triplet: 04, D5 and F3. RGB value is (4,213,243). Sum of RGB (Red+Green+Blue) = 4+213+243=460 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 243 (95.31% from 255 or 52.83% from 460); Max value from RGB is 243 - color contains mainly: blue. Hex color #04D5F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D5F3 is #FB2A0C. Grayscale: #999999. Windows color (decimal): -16460301 or 15979780. OLE color: 15979780.

HSL color Cylindrical-coordinate representation of color #04D5F3: hue angle of 187.53º 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 #04D5F3 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 213 243 -
CMYK 0.98 0.12 0 0.05
HSL 187.53º 0.97% 0.48% -
HSV(B) 187.53º 0.98% 0.95% -
XYZ 40.02 54.09 93.12 -
YUV 153.93 178.26 21.06 -
System Red Green Blue C M Y K H S L
Decimal 4 213 243 0.98 0.12 0 0.05 187.53 0.97 0.48
Hex 4 D5 F3 62 C 0 5 BC 61 30
Octal 4 325 363 142 14 0 5 274 141 60
Binary 100 11010101 11110011 1100010 1100 0 101 10111100 1100001 110000

Color Harmonies of #04D5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D5F3

Black with #04D5F3

Text Example


Text Example

White with #04D5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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