Html Css Color HEX #04BDEE Deep Sky Blue

📋 copy color: '#04BDEE'

red 4 ◦ green 189 ◦ blue 238

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

Shades of Deep Sky Blue #04BDEE

Tints of Deep Sky Blue #04BDEE

RGB

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

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

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

R = 0.93%
G = 43.85%
B = 55.22%

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

#04BDEE (or 0x04BDEE) is known color: Deep Sky Blue. HEX triplet: 04, BD and EE. RGB value is (4,189,238). Sum of RGB (Red+Green+Blue) = 4+189+238=431 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #04BDEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BDEE is #FB4211. Grayscale: #8A8A8A. Windows color (decimal): -16466450 or 15645956. OLE color: 15645956.

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

Color convert

RGB 4 189 238 -
CMYK 0.98 0.21 0 0.07
HSL 192.56º 0.97% 0.47% -
HSV(B) 192.56º 0.98% 0.93% -
XYZ 33.68 42.59 87.34 -
YUV 139.27 183.71 31.52 -
System Red Green Blue C M Y K H S L
Decimal 4 189 238 0.98 0.21 0 0.07 192.56 0.97 0.47
Hex 4 BD EE 62 15 0 7 C1 61 2F
Octal 4 275 356 142 25 0 7 301 141 57
Binary 100 10111101 11101110 1100010 10101 0 111 11000001 1100001 101111

Color Harmonies of #04BDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDEE

Black with #04BDEE

Text Example


Text Example

White with #04BDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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