Html Css Color HEX #04BDEC Deep Sky Blue

📋 copy color: '#04BDEC'

red 4 ◦ green 189 ◦ blue 236

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

Shades of Deep Sky Blue #04BDEC

Tints of Deep Sky Blue #04BDEC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.06%

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 0.93%
G = 44.06%
B = 55.01%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04BDEC (or 0x04BDEC) is known color: Deep Sky Blue. HEX triplet: 04, BD and EC. RGB value is (4,189,236). Sum of RGB (Red+Green+Blue) = 4+189+236=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #04BDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BDEC is #FB4213. Grayscale: #8A8A8A. Windows color (decimal): -16466452 or 15514884. OLE color: 15514884.

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

Color convert

RGB 4 189 236 -
CMYK 0.98 0.20 0 0.07
HSL 192.16º 0.97% 0.47% -
HSV(B) 192.16º 0.98% 0.93% -
XYZ 33.39 42.48 85.8 -
YUV 139.04 182.71 31.68 -
System Red Green Blue C M Y K H S L
Decimal 4 189 236 0.98 0.20 0 0.07 192.16 0.97 0.47
Hex 4 BD EC 62 14 0 7 C0 61 2F
Octal 4 275 354 142 24 0 7 300 141 57
Binary 100 10111101 11101100 1100010 10100 0 111 11000000 1100001 101111

Color Harmonies of #04BDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDEC

Black with #04BDEC

Text Example


Text Example

White with #04BDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,189,236); }

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

background-color css

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

 a { background-color: rgb(4,189,236); }

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

border-color css

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

 span { border-color: rgb(4,189,236); }

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