Html Css Color HEX #04CDFD Deep Sky Blue

📋 copy color: '#04CDFD'

red 4 ◦ green 205 ◦ blue 253

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

Shades of Deep Sky Blue #04CDFD

Tints of Deep Sky Blue #04CDFD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.37%

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

R = 0.87%
G = 44.37%
B = 54.76%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04CDFD (or 0x04CDFD) is known color: Deep Sky Blue. HEX triplet: 04, CD and FD. RGB value is (4,205,253). Sum of RGB (Red+Green+Blue) = 4+205+253=462 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #04CDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CDFD is #FB3202. Grayscale: #959595. Windows color (decimal): -16462339 or 16633092. OLE color: 16633092.

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

Color convert

RGB 4 205 253 -
CMYK 0.98 0.19 0 0.01
HSL 191.57º 0.98% 0.5% -
HSV(B) 191.57º 0.98% 0.99% -
XYZ 39.61 50.78 100.64 -
YUV 150.37 185.91 23.6 -
System Red Green Blue C M Y K H S L
Decimal 4 205 253 0.98 0.19 0 0.01 191.57 0.98 0.5
Hex 4 CD FD 62 13 0 1 C0 62 32
Octal 4 315 375 142 23 0 1 300 142 62
Binary 100 11001101 11111101 1100010 10011 0 1 11000000 1100010 110010

Color Harmonies of #04CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CDFD

Black with #04CDFD

Text Example


Text Example

White with #04CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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