Html Css Color HEX #04BDE6 Deep Sky Blue

📋 copy color: '#04BDE6'

red 4 ◦ green 189 ◦ blue 230

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

Shades of Deep Sky Blue #04BDE6

Tints of Deep Sky Blue #04BDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.37%

R = 0.95%
G = 44.68%
B = 54.37%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#04BDE6 (or 0x04BDE6) is known color: Deep Sky Blue. HEX triplet: 04, BD and E6. RGB value is (4,189,230). Sum of RGB (Red+Green+Blue) = 4+189+230=423 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #04BDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BDE6 is #FB4219. Grayscale: #8A8A8A. Windows color (decimal): -16466458 or 15121668. OLE color: 15121668.

HSL color Cylindrical-coordinate representation of color #04BDE6: hue angle of 190.88º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDE6 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 4 189 230 -
CMYK 0.98 0.18 0 0.10
HSL 190.89º 0.97% 0.46% -
HSV(B) 190.89º 0.98% 0.9% -
XYZ 32.53 42.13 81.28 -
YUV 138.36 179.71 32.17 -
System Red Green Blue C M Y K H S L
Decimal 4 189 230 0.98 0.18 0 0.10 190.89 0.97 0.46
Hex 4 BD E6 62 12 0 A BF 61 2E
Octal 4 275 346 142 22 0 12 277 141 56
Binary 100 10111101 11100110 1100010 10010 0 1010 10111111 1100001 101110

Color Harmonies of #04BDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDE6

Black with #04BDE6

Text Example


Text Example

White with #04BDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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