Html Css Color HEX #04B5E6 Deep Sky Blue

📋 copy color: '#04B5E6'

red 4 ◦ green 181 ◦ blue 230

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

Shades of Deep Sky Blue #04B5E6

Tints of Deep Sky Blue #04B5E6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.61%

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

R = 0.96%
G = 43.61%
B = 55.42%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#04B5E6 (or 0x04B5E6) is known color: Deep Sky Blue. HEX triplet: 04, B5 and E6. RGB value is (4,181,230). Sum of RGB (Red+Green+Blue) = 4+181+230=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #04B5E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B5E6 is #FB4A19. Grayscale: #858585. Windows color (decimal): -16468506 or 15119620. OLE color: 15119620.

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

Color convert

RGB 4 181 230 -
CMYK 0.98 0.21 0 0.10
HSL 193.01º 0.97% 0.46% -
HSV(B) 193.01º 0.98% 0.9% -
XYZ 30.86 38.79 80.72 -
YUV 133.66 182.36 35.52 -
System Red Green Blue C M Y K H S L
Decimal 4 181 230 0.98 0.21 0 0.10 193.01 0.97 0.46
Hex 4 B5 E6 62 15 0 A C1 61 2E
Octal 4 265 346 142 25 0 12 301 141 56
Binary 100 10110101 11100110 1100010 10101 0 1010 11000001 1100001 101110

Color Harmonies of #04B5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B5E6

Black with #04B5E6

Text Example


Text Example

White with #04B5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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