#21BCCA

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

Shades of Iris Blue #21BCCA

Tints of Iris Blue #21BCCA

Color information

#21BCCA (or 0x21BCCA) is unknown color: approx Iris Blue. HEX triplet: 21, BC and CA. RGB value is (33,188,202). Sum of RGB (Red+Green+Blue) = 33+188+202=423 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.80% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #21BCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCCA is #DE4335. Grayscale: #8F8F8F. Windows color (decimal): -14566198 or 13286433. OLE color: 13286433.

HSL color Cylindrical-coordinate representation of color #21BCCA: hue angle of 184.97º 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 #21BCCA is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB33188202-
CMYK0.840.0700.21
HSL184.97º71.91%46.08%-
HSV(B)184.97º83.66%79.22%-
XYZ29.2740.5562.16-
YUV143.25161.1549.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.80%
GREEN value IS 188 (73.83% from 255) = 44.44%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=7.80%
G=44.44%
B=47.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal331882020.840.0700.21184.9771.9146.08
Hex21BCCA547015b9482e
Octal41274312124702527111056
Binary10000110111100110010101010100111010101101110011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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