Html Css Color HEX #04BCEE Deep Sky Blue

📋 copy color: '#04BCEE'

red 4 ◦ green 188 ◦ blue 238

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

Shades of Deep Sky Blue #04BCEE

Tints of Deep Sky Blue #04BCEE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

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

R = 0.93%
G = 43.72%
B = 55.35%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04BCEE (or 0x04BCEE) is known color: Deep Sky Blue. HEX triplet: 04, BC and EE. RGB value is (4,188,238). Sum of RGB (Red+Green+Blue) = 4+188+238=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #04BCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BCEE is #FB4311. Grayscale: #8A8A8A. Windows color (decimal): -16466706 or 15645700. OLE color: 15645700.

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

Color convert

RGB 4 188 238 -
CMYK 0.98 0.21 0 0.07
HSL 192.82º 0.97% 0.47% -
HSV(B) 192.82º 0.98% 0.93% -
XYZ 33.47 42.17 87.26 -
YUV 138.68 184.04 31.93 -
System Red Green Blue C M Y K H S L
Decimal 4 188 238 0.98 0.21 0 0.07 192.82 0.97 0.47
Hex 4 BC EE 62 15 0 7 C1 61 2F
Octal 4 274 356 142 25 0 7 301 141 57
Binary 100 10111100 11101110 1100010 10101 0 111 11000001 1100001 101111

Color Harmonies of #04BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCEE

Black with #04BCEE

Text Example


Text Example

White with #04BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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