Html Css Color HEX #04CFEF Deep Sky Blue

📋 copy color: '#04CFEF'

red 4 ◦ green 207 ◦ blue 239

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

Shades of Deep Sky Blue #04CFEF

Tints of Deep Sky Blue #04CFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 0.89%
G = 46%
B = 53.11%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#04CFEF (or 0x04CFEF) is known color: Deep Sky Blue. HEX triplet: 04, CF and EF. RGB value is (4,207,239). Sum of RGB (Red+Green+Blue) = 4+207+239=450 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #04CFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CFEF is #FB3010. Grayscale: #959595. Windows color (decimal): -16461841 or 15716100. OLE color: 15716100.

HSL color Cylindrical-coordinate representation of color #04CFEF: hue angle of 188.17º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CFEF is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 207 239 -
CMYK 0.98 0.13 0 0.06
HSL 188.17º 0.97% 0.48% -
HSV(B) 188.17º 0.98% 0.94% -
XYZ 37.94 50.88 89.48 -
YUV 149.95 178.25 23.9 -
System Red Green Blue C M Y K H S L
Decimal 4 207 239 0.98 0.13 0 0.06 188.17 0.97 0.48
Hex 4 CF EF 62 D 0 6 BC 61 30
Octal 4 317 357 142 15 0 6 274 141 60
Binary 100 11001111 11101111 1100010 1101 0 110 10111100 1100001 110000

Color Harmonies of #04CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CFEF

Black with #04CFEF

Text Example


Text Example

White with #04CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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