Html Css Color HEX #04BDEF Deep Sky Blue

📋 copy color: '#04BDEF'

red 4 ◦ green 189 ◦ blue 239

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

Shades of Deep Sky Blue #04BDEF

Tints of Deep Sky Blue #04BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.32%

R = 0.93%
G = 43.75%
B = 55.32%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#04BDEF (or 0x04BDEF) is known color: Deep Sky Blue. HEX triplet: 04, BD and EF. RGB value is (4,189,239). Sum of RGB (Red+Green+Blue) = 4+189+239=432 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #04BDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BDEF is #FB4210. Grayscale: #8B8B8B. Windows color (decimal): -16466449 or 15711492. OLE color: 15711492.

HSL color Cylindrical-coordinate representation of color #04BDEF: hue angle of 192.77º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDEF is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 189 239 -
CMYK 0.98 0.21 0 0.06
HSL 192.77º 0.97% 0.48% -
HSV(B) 192.77º 0.98% 0.94% -
XYZ 33.83 42.65 88.11 -
YUV 139.39 184.21 31.43 -
System Red Green Blue C M Y K H S L
Decimal 4 189 239 0.98 0.21 0 0.06 192.77 0.97 0.48
Hex 4 BD EF 62 15 0 6 C1 61 30
Octal 4 275 357 142 25 0 6 301 141 60
Binary 100 10111101 11101111 1100010 10101 0 110 11000001 1100001 110000

Color Harmonies of #04BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDEF

Black with #04BDEF

Text Example


Text Example

White with #04BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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