Html Css Color HEX #04B1FE Deep Sky Blue

📋 copy color: '#04B1FE'

red 4 ◦ green 177 ◦ blue 254

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

Shades of Deep Sky Blue #04B1FE

Tints of Deep Sky Blue #04B1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.39%

R = 0.92%
G = 40.69%
B = 58.39%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#04B1FE (or 0x04B1FE) is known color: Deep Sky Blue. HEX triplet: 04, B1 and FE. RGB value is (4,177,254). Sum of RGB (Red+Green+Blue) = 4+177+254=435 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #04B1FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04B1FE is #FB4E01. Grayscale: #858585. Windows color (decimal): -16469506 or 16691460. OLE color: 16691460.

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

Color convert

RGB 4 177 254 -
CMYK 0.98 0.30 0 0.00
HSL 198.48º 0.99% 0.51% -
HSV(B) 198.48º 0.98% 1% -
XYZ 33.66 38.63 99.45 -
YUV 134.05 195.69 35.24 -
System Red Green Blue C M Y K H S L
Decimal 4 177 254 0.98 0.30 0 0.00 198.48 0.99 0.51
Hex 4 B1 FE 62 1E 0 0 C6 63 33
Octal 4 261 376 142 36 0 0 306 143 63
Binary 100 10110001 11111110 1100010 11110 0 0 11000110 1100011 110011

Color Harmonies of #04B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B1FE

Black with #04B1FE

Text Example


Text Example

White with #04B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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