#05B1C3

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

Shades of Iris Blue #05B1C3

Tints of Iris Blue #05B1C3

Color information

#05B1C3 (or 0x05B1C3) is unknown color: approx Iris Blue. HEX triplet: 05, B1 and C3. RGB value is (5,177,195). Sum of RGB (Red+Green+Blue) = 5+177+195=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 195 (76.56% from 255 or 51.72% from 377); Max value from RGB is 195 - color contains mainly: blue. Hex color #05B1C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05B1C3 is #FA4E3C. Grayscale: #7F7F7F. Windows color (decimal): -16404029 or 12824837. OLE color: 12824837.

HSL color Cylindrical-coordinate representation of color #05B1C3: hue angle of 185.68º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B1C3 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5177195-
CMYK0.970.0900.24
HSL185.68º95%39.22%-
HSV(B)185.68º97.44%76.47%-
XYZ25.6435.4257.11-
YUV127.62166.0240.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.33%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 195 (76.56% from 255) = 51.72%
R=1.33%
G=46.95%
B=51.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51771950.970.0900.24185.689539.22
Hex5B1C3619018ba5f27
Octal52613031411103027213747
Binary101101100011100001111000011001011000101110101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B1C3; }

 p { color: rgb(5,177,195); }

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

<style>
 a { background-color: #05B1C3; }

 a { background-color: rgb(5,177,195); }

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

<style>
 span { border-color: #05B1C3; }

 span { border-color: rgb(5,177,195); }

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