#22C3CD

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

Shades of Iris Blue #22C3CD

Tints of Iris Blue #22C3CD

Color information

#22C3CD (or 0x22C3CD) is unknown color: approx Iris Blue. HEX triplet: 22, C3 and CD. RGB value is (34,195,205). Sum of RGB (Red+Green+Blue) = 34+195+205=434 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.83% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #22C3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C3CD is #DD3C32. Grayscale: #939393. Windows color (decimal): -14498867 or 13484834. OLE color: 13484834.

HSL color Cylindrical-coordinate representation of color #22C3CD: hue angle of 183.51º 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 #22C3CD is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB34195205-
CMYK0.830.0500.20
HSL183.51º71.55%46.86%-
HSV(B)183.51º83.41%80.39%-
XYZ31.1943.7864.56-
YUV148160.1646.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.83%
GREEN value IS 195 (76.56% from 255) = 44.93%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=7.83%
G=44.93%
B=47.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal341952050.830.0500.20183.5171.5546.86
Hex22C3CD535014b8482f
Octal42303315123502427011057
Binary10001011000011110011011010011101010100101110001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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