Html Css Color HEX #04CDFF Deep Sky Blue

📋 copy color: '#04CDFF'

red 4 ◦ green 205 ◦ blue 255

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

Shades of Deep Sky Blue #04CDFF

Tints of Deep Sky Blue #04CDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.96%

R = 0.86%
G = 44.18%
B = 54.96%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#04CDFF (or 0x04CDFF) is known color: Deep Sky Blue. HEX triplet: 04, CD and FF. RGB value is (4,205,255). Sum of RGB (Red+Green+Blue) = 4+205+255=464 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #04CDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CDFF is #FB3200. Grayscale: #969696. Windows color (decimal): -16462337 or 16764164. OLE color: 16764164.

HSL color Cylindrical-coordinate representation of color #04CDFF: hue angle of 191.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CDFF is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 4 205 255 -
CMYK 0.98 0.20 0 0
HSL 191.95º 1% 0.51% -
HSV(B) 191.95º 0.98% 1% -
XYZ 39.93 50.91 102.33 -
YUV 150.6 186.91 23.43 -
System Red Green Blue C M Y K H S L
Decimal 4 205 255 0.98 0.20 0 0 191.95 1 0.51
Hex 4 CD FF 62 14 0 0 C0 64 33
Octal 4 315 377 142 24 0 0 300 144 63
Binary 100 11001101 11111111 1100010 10100 0 0 11000000 1100100 110011

Color Harmonies of #04CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CDFF

Black with #04CDFF

Text Example


Text Example

White with #04CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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