#21BBCA

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

Shades of Iris Blue #21BBCA

Tints of Iris Blue #21BBCA

Color information

#21BBCA (or 0x21BBCA) is unknown color: approx Iris Blue. HEX triplet: 21, BB and CA. RGB value is (33,187,202). Sum of RGB (Red+Green+Blue) = 33+187+202=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #21BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BBCA is #DE4435. Grayscale: #8E8E8E. Windows color (decimal): -14566454 or 13286177. OLE color: 13286177.

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

Color convert

RGB33187202-
CMYK0.840.0700.21
HSL185.33º71.91%46.08%-
HSV(B)185.33º83.66%79.22%-
XYZ29.0640.1362.09-
YUV142.66161.4849.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.82%
GREEN value IS 187 (73.44% from 255) = 44.31%
BLUE value IS 202 (79.30% from 255) = 47.87%
R=7.82%
G=44.31%
B=47.87%

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
Decimal331872020.840.0700.21185.3371.9146.08
Hex21BBCA547015b9482e
Octal41273312124702527111056
Binary10000110111011110010101010100111010101101110011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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