Html Css Color HEX #04CCED Deep Sky Blue

📋 copy color: '#04CCED'

red 4 ◦ green 204 ◦ blue 237

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

Shades of Deep Sky Blue #04CCED

Tints of Deep Sky Blue #04CCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 0.9%
G = 45.84%
B = 53.26%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04CCED (or 0x04CCED) is known color: Deep Sky Blue. HEX triplet: 04, CC and ED. RGB value is (4,204,237). Sum of RGB (Red+Green+Blue) = 4+204+237=445 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #04CCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CCED is #FB3312. Grayscale: #939393. Windows color (decimal): -16462611 or 15584260. OLE color: 15584260.

HSL color Cylindrical-coordinate representation of color #04CCED: hue angle of 188.5º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CCED is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 204 237 -
CMYK 0.98 0.14 0 0.07
HSL 188.5º 0.97% 0.47% -
HSV(B) 188.5º 0.98% 0.93% -
XYZ 36.93 49.33 87.7 -
YUV 147.96 178.24 25.32 -
System Red Green Blue C M Y K H S L
Decimal 4 204 237 0.98 0.14 0 0.07 188.5 0.97 0.47
Hex 4 CC ED 62 E 0 7 BC 61 2F
Octal 4 314 355 142 16 0 7 274 141 57
Binary 100 11001100 11101101 1100010 1110 0 111 10111100 1100001 101111

Color Harmonies of #04CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CCED

Black with #04CCED

Text Example


Text Example

White with #04CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,204,237); }

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

background-color css

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

 a { background-color: rgb(4,204,237); }

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

border-color css

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

 span { border-color: rgb(4,204,237); }

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