Html Css Color HEX #04CFEE Deep Sky Blue

📋 copy color: '#04CFEE'

red 4 ◦ green 207 ◦ blue 238

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

Shades of Deep Sky Blue #04CFEE

Tints of Deep Sky Blue #04CFEE

RGB

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

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

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

R = 0.89%
G = 46.1%
B = 53.01%

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

#04CFEE (or 0x04CFEE) is known color: Deep Sky Blue. HEX triplet: 04, CF and EE. RGB value is (4,207,238). Sum of RGB (Red+Green+Blue) = 4+207+238=449 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #04CFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CFEE is #FB3011. Grayscale: #959595. Windows color (decimal): -16461842 or 15650564. OLE color: 15650564.

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

Color convert

RGB 4 207 238 -
CMYK 0.98 0.13 0 0.07
HSL 187.95º 0.97% 0.47% -
HSV(B) 187.95º 0.98% 0.93% -
XYZ 37.8 50.82 88.71 -
YUV 149.84 177.75 23.98 -
System Red Green Blue C M Y K H S L
Decimal 4 207 238 0.98 0.13 0 0.07 187.95 0.97 0.47
Hex 4 CF EE 62 D 0 7 BC 61 2F
Octal 4 317 356 142 15 0 7 274 141 57
Binary 100 11001111 11101110 1100010 1101 0 111 10111100 1100001 101111

Color Harmonies of #04CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CFEE

Black with #04CFEE

Text Example


Text Example

White with #04CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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