#21C1CC

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

Shades of Iris Blue #21C1CC

Tints of Iris Blue #21C1CC

Color information

#21C1CC (or 0x21C1CC) is unknown color: approx Iris Blue. HEX triplet: 21, C1 and CC. RGB value is (33,193,204). Sum of RGB (Red+Green+Blue) = 33+193+204=430 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.67% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #21C1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C1CC is #DE3E33. Grayscale: #929292. Windows color (decimal): -14564916 or 13418785. OLE color: 13418785.

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

Color convert

RGB33193204-
CMYK0.840.0500.2
HSL183.86º72.15%46.47%-
HSV(B)183.86º83.82%80%-
XYZ30.642.8263.78-
YUV146.41160.4947.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.67%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 204 (80.08% from 255) = 47.44%
R=7.67%
G=44.88%
B=47.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331932040.840.0500.2183.8672.1546.47
Hex21C1CC545014b8482e
Octal41301314124502427011056
Binary10000111000001110011001010100101010100101110001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,193,204); }

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

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

 a { background-color: rgb(33,193,204); }

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

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

 span { border-color: rgb(33,193,204); }

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