Html Css Color HEX #04CCEE Deep Sky Blue

📋 copy color: '#04CCEE'

red 4 ◦ green 204 ◦ blue 238

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

Shades of Deep Sky Blue #04CCEE

Tints of Deep Sky Blue #04CCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 0.9%
G = 45.74%
B = 53.36%

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

#04CCEE (or 0x04CCEE) is known color: Deep Sky Blue. HEX triplet: 04, CC and EE. RGB value is (4,204,238). Sum of RGB (Red+Green+Blue) = 4+204+238=446 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #04CCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CCEE is #FB3311. Grayscale: #939393. Windows color (decimal): -16462610 or 15649796. OLE color: 15649796.

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

Color convert

RGB 4 204 238 -
CMYK 0.98 0.14 0 0.07
HSL 188.72º 0.97% 0.47% -
HSV(B) 188.72º 0.98% 0.93% -
XYZ 37.08 49.38 88.47 -
YUV 148.08 178.74 25.24 -
System Red Green Blue C M Y K H S L
Decimal 4 204 238 0.98 0.14 0 0.07 188.72 0.97 0.47
Hex 4 CC EE 62 E 0 7 BD 61 2F
Octal 4 314 356 142 16 0 7 275 141 57
Binary 100 11001100 11101110 1100010 1110 0 111 10111101 1100001 101111

Color Harmonies of #04CCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CCEE

Black with #04CCEE

Text Example


Text Example

White with #04CCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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