#04B1E4

Color #04B1E4 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #04B1E4

Tints of Iris Blue #04B1E4

Color information

#04B1E4 (or 0x04B1E4) is unknown color: approx Iris Blue. HEX triplet: 04, B1 and E4. RGB value is (4,177,228). Sum of RGB (Red+Green+Blue) = 4+177+228=409 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #04B1E4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B1E4 is #FB4E1B. Grayscale: #828282. Windows color (decimal): -16469532 or 14987524. OLE color: 14987524.

HSL color Cylindrical-coordinate representation of color #04B1E4: hue angle of 193.66º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B1E4 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4177228-
CMYK0.980.2200.11
HSL193.66º96.55%45.49%-
HSV(B)193.66º98.25%89.41%-
XYZ29.7837.0778.98-
YUV131.09182.6937.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.98%
GREEN value IS 177 (69.53% from 255) = 43.28%
BLUE value IS 228 (89.45% from 255) = 55.75%
R=0.98%
G=43.28%
B=55.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal41772280.980.2200.11193.6696.5545.49
Hex4B1E462160Bc2612d
Octal42613441422601330214155
Binary100101100011110010011000101011001011110000101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04B1E4;
 }
 .AnyTagClassName
 {
   color: #04B1E4;
 }
</style>
background-color css

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

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

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

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

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

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