Html Css Color HEX #04CFED Deep Sky Blue

📋 copy color: '#04CFED'

red 4 ◦ green 207 ◦ blue 237

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

Shades of Deep Sky Blue #04CFED

Tints of Deep Sky Blue #04CFED

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.21%

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

R = 0.89%
G = 46.21%
B = 52.9%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04CFED (or 0x04CFED) is known color: Deep Sky Blue. HEX triplet: 04, CF and ED. RGB value is (4,207,237). Sum of RGB (Red+Green+Blue) = 4+207+237=448 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #04CFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CFED is #FB3012. Grayscale: #959595. Windows color (decimal): -16461843 or 15585028. OLE color: 15585028.

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

Color convert

RGB 4 207 237 -
CMYK 0.98 0.13 0 0.07
HSL 187.73º 0.97% 0.47% -
HSV(B) 187.73º 0.98% 0.93% -
XYZ 37.65 50.77 87.94 -
YUV 149.72 177.25 24.06 -
System Red Green Blue C M Y K H S L
Decimal 4 207 237 0.98 0.13 0 0.07 187.73 0.97 0.47
Hex 4 CF ED 62 D 0 7 BC 61 2F
Octal 4 317 355 142 15 0 7 274 141 57
Binary 100 11001111 11101101 1100010 1101 0 111 10111100 1100001 101111

Color Harmonies of #04CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CFED

Black with #04CFED

Text Example


Text Example

White with #04CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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