#21BCC9

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

Shades of Iris Blue #21BCC9

Tints of Iris Blue #21BCC9

Color information

#21BCC9 (or 0x21BCC9) is unknown color: approx Iris Blue. HEX triplet: 21, BC and C9. RGB value is (33,188,201). Sum of RGB (Red+Green+Blue) = 33+188+201=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #21BCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCC9 is #DE4336. Grayscale: #8E8E8E. Windows color (decimal): -14566199 or 13220897. OLE color: 13220897.

HSL color Cylindrical-coordinate representation of color #21BCC9: hue angle of 184.64º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21BCC9 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB33188201-
CMYK0.840.0600.21
HSL184.64º71.79%45.88%-
HSV(B)184.64º83.58%78.82%-
XYZ29.1540.5161.54-
YUV143.14160.6549.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.82%
GREEN value IS 188 (73.83% from 255) = 44.55%
BLUE value IS 201 (78.91% from 255) = 47.63%
R=7.82%
G=44.55%
B=47.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal331882010.840.0600.21184.6471.7945.88
Hex21BCC9546015b9482e
Octal41274311124602527111056
Binary10000110111100110010011010100110010101101110011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,188,201); }

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

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

 a { background-color: rgb(33,188,201); }

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

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

 span { border-color: rgb(33,188,201); }

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