#05B5C1

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

Shades of Iris Blue #05B5C1

Tints of Iris Blue #05B5C1

Color information

#05B5C1 (or 0x05B5C1) is unknown color: approx Iris Blue. HEX triplet: 05, B5 and C1. RGB value is (5,181,193). Sum of RGB (Red+Green+Blue) = 5+181+193=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #05B5C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B5C1 is #FA4A3E. Grayscale: #818181. Windows color (decimal): -16403007 or 12694789. OLE color: 12694789.

HSL color Cylindrical-coordinate representation of color #05B5C1: hue angle of 183.83º 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 #05B5C1 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5181193-
CMYK0.970.0600.24
HSL183.83º94.95%38.82%-
HSV(B)183.83º97.41%75.69%-
XYZ26.2136.9356.2-
YUV129.74163.6939.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.32%
GREEN value IS 181 (71.09% from 255) = 47.76%
BLUE value IS 193 (75.78% from 255) = 50.92%
R=1.32%
G=47.76%
B=50.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51811930.970.0600.24183.8394.9538.82
Hex5B5C1616018b85f27
Octal5265301141603027013747
Binary10110110101110000011100001110011000101110001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,181,193); }

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

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

 a { background-color: rgb(5,181,193); }

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

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

 span { border-color: rgb(5,181,193); }

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