Html Css Color HEX #04CBEE Deep Sky Blue

📋 copy color: '#04CBEE'

red 4 ◦ green 203 ◦ blue 238

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

Shades of Deep Sky Blue #04CBEE

Tints of Deep Sky Blue #04CBEE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.62%

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

R = 0.9%
G = 45.62%
B = 53.48%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04CBEE (or 0x04CBEE) is known color: Deep Sky Blue. HEX triplet: 04, CB and EE. RGB value is (4,203,238). Sum of RGB (Red+Green+Blue) = 4+203+238=445 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #04CBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CBEE is #FB3411. Grayscale: #939393. Windows color (decimal): -16462866 or 15649540. OLE color: 15649540.

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

Color convert

RGB 4 203 238 -
CMYK 0.98 0.15 0 0.07
HSL 188.97º 0.97% 0.47% -
HSV(B) 188.97º 0.98% 0.93% -
XYZ 36.84 48.91 88.39 -
YUV 147.49 179.07 25.65 -
System Red Green Blue C M Y K H S L
Decimal 4 203 238 0.98 0.15 0 0.07 188.97 0.97 0.47
Hex 4 CB EE 62 F 0 7 BD 61 2F
Octal 4 313 356 142 17 0 7 275 141 57
Binary 100 11001011 11101110 1100010 1111 0 111 10111101 1100001 101111

Color Harmonies of #04CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CBEE

Black with #04CBEE

Text Example


Text Example

White with #04CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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