#22BACD

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

Shades of Iris Blue #22BACD

Tints of Iris Blue #22BACD

Color information

#22BACD (or 0x22BACD) is unknown color: approx Iris Blue. HEX triplet: 22, BA and CD. RGB value is (34,186,205). Sum of RGB (Red+Green+Blue) = 34+186+205=425 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #22BACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BACD is #DD4532. Grayscale: #8E8E8E. Windows color (decimal): -14501171 or 13482530. OLE color: 13482530.

HSL color Cylindrical-coordinate representation of color #22BACD: hue angle of 186.67º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22BACD is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB34186205-
CMYK0.830.0900.20
HSL186.67º71.55%46.86%-
HSV(B)186.67º83.41%80.39%-
XYZ29.2439.8763.91-
YUV142.72163.1450.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=8%
G=43.76%
B=48.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal341862050.830.0900.20186.6771.5546.86
Hex22BACD539014bb482f
Octal422723151231102427311057
Binary100010101110101100110110100111001010100101110111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22BACD; }

 p { color: rgb(34,186,205); }

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

<style>
 a { background-color: #22BACD; }

 a { background-color: rgb(34,186,205); }

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

<style>
 span { border-color: #22BACD; }

 span { border-color: rgb(34,186,205); }

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