#04B1CD

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

Shades of Iris Blue #04B1CD

Tints of Iris Blue #04B1CD

Color information

#04B1CD (or 0x04B1CD) is unknown color: approx Iris Blue. HEX triplet: 04, B1 and CD. RGB value is (4,177,205). Sum of RGB (Red+Green+Blue) = 4+177+205=386 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #04B1CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B1CD is #FB4E32. Grayscale: #808080. Windows color (decimal): -16469555 or 13480196. OLE color: 13480196.

HSL color Cylindrical-coordinate representation of color #04B1CD: hue angle of 188.36º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B1CD is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4177205-
CMYK0.980.1400.20
HSL188.36º96.17%40.98%-
HSV(B)188.36º98.05%80.39%-
XYZ26.7935.8863.27-
YUV128.46171.1939.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.04%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 205 (80.47% from 255) = 53.11%
R=1.04%
G=45.85%
B=53.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal41772050.980.1400.20188.3696.1740.98
Hex4B1CD62E014bc6029
Octal42613151421602427414051
Binary100101100011100110111000101110010100101111001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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