#21B1C6

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

Shades of Iris Blue #21B1C6

Tints of Iris Blue #21B1C6

Color information

#21B1C6 (or 0x21B1C6) is unknown color: approx Iris Blue. HEX triplet: 21, B1 and C6. RGB value is (33,177,198). Sum of RGB (Red+Green+Blue) = 33+177+198=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #21B1C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21B1C6 is #DE4E39. Grayscale: #888888. Windows color (decimal): -14569018 or 13021473. OLE color: 13021473.

HSL color Cylindrical-coordinate representation of color #21B1C6: hue angle of 187.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21B1C6 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB33177198-
CMYK0.830.1100.22
HSL187.64º71.43%45.29%-
HSV(B)187.64º83.33%77.65%-
XYZ26.5435.8458.95-
YUV136.34162.7954.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.09%
GREEN value IS 177 (69.53% from 255) = 43.38%
BLUE value IS 198 (77.73% from 255) = 48.53%
R=8.09%
G=43.38%
B=48.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal331771980.830.1100.22187.6471.4345.29
Hex21B1C653B016bc472d
Octal412613061231302627410755
Binary100001101100011100011010100111011010110101111001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21B1C6; }

 p { color: rgb(33,177,198); }

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

<style>
 a { background-color: #21B1C6; }

 a { background-color: rgb(33,177,198); }

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

<style>
 span { border-color: #21B1C6; }

 span { border-color: rgb(33,177,198); }

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