Html Css Color HEX #04B1E6 Deep Sky Blue

📋 copy color: '#04B1E6'

red 4 ◦ green 177 ◦ blue 230

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

Shades of Deep Sky Blue #04B1E6

Tints of Deep Sky Blue #04B1E6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.07%

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

R = 0.97%
G = 43.07%
B = 55.96%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#04B1E6 (or 0x04B1E6) is known color: Deep Sky Blue. HEX triplet: 04, B1 and E6. RGB value is (4,177,230). Sum of RGB (Red+Green+Blue) = 4+177+230=411 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 230 (90.23% from 255 or 55.96% from 411); Max value from RGB is 230 - color contains mainly: blue. Hex color #04B1E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04B1E6 is #FB4E19. Grayscale: #828282. Windows color (decimal): -16469530 or 15118596. OLE color: 15118596.

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

Color convert

RGB 4 177 230 -
CMYK 0.98 0.23 0 0.10
HSL 194.07º 0.97% 0.46% -
HSV(B) 194.07º 0.98% 0.9% -
XYZ 30.06 37.18 80.46 -
YUV 131.32 183.69 37.19 -
System Red Green Blue C M Y K H S L
Decimal 4 177 230 0.98 0.23 0 0.10 194.07 0.97 0.46
Hex 4 B1 E6 62 17 0 A C2 61 2E
Octal 4 261 346 142 27 0 12 302 141 56
Binary 100 10110001 11100110 1100010 10111 0 1010 11000010 1100001 101110

Color Harmonies of #04B1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B1E6

Black with #04B1E6

Text Example


Text Example

White with #04B1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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