Html Css Color HEX #04B1FF Deep Sky Blue

📋 copy color: '#04B1FF'

red 4 ◦ green 177 ◦ blue 255

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

Shades of Deep Sky Blue #04B1FF

Tints of Deep Sky Blue #04B1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.49%

R = 0.92%
G = 40.6%
B = 58.49%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#04B1FF (or 0x04B1FF) is known color: Deep Sky Blue. HEX triplet: 04, B1 and FF. RGB value is (4,177,255). Sum of RGB (Red+Green+Blue) = 4+177+255=436 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #04B1FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04B1FF is #FB4E00. Grayscale: #858585. Windows color (decimal): -16469505 or 16756996. OLE color: 16756996.

HSL color Cylindrical-coordinate representation of color #04B1FF: hue angle of 198.65º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B1FF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 4 177 255 -
CMYK 0.98 0.31 0 0
HSL 198.65º 1% 0.51% -
HSV(B) 198.65º 0.98% 1% -
XYZ 33.82 38.69 100.29 -
YUV 134.17 196.19 35.16 -
System Red Green Blue C M Y K H S L
Decimal 4 177 255 0.98 0.31 0 0 198.65 1 0.51
Hex 4 B1 FF 62 1F 0 0 C7 64 33
Octal 4 261 377 142 37 0 0 307 144 63
Binary 100 10110001 11111111 1100010 11111 0 0 11000111 1100100 110011

Color Harmonies of #04B1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B1FF

Black with #04B1FF

Text Example


Text Example

White with #04B1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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