#21B3CC

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

Shades of Iris Blue #21B3CC

Tints of Iris Blue #21B3CC

Color information

#21B3CC (or 0x21B3CC) is unknown color: approx Iris Blue. HEX triplet: 21, B3 and CC. RGB value is (33,179,204). Sum of RGB (Red+Green+Blue) = 33+179+204=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #21B3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B3CC is #DE4C33. Grayscale: #898989. Windows color (decimal): -14568500 or 13415201. OLE color: 13415201.

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

Color convert

RGB33179204-
CMYK0.840.1200.2
HSL188.77º72.15%46.47%-
HSV(B)188.77º83.82%80%-
XYZ27.6536.9262.8-
YUV138.2165.1352.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.93%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=7.93%
G=43.03%
B=49.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331792040.840.1200.2188.7772.1546.47
Hex21B3CC54C014bd482e
Octal412633141241402427511056
Binary100001101100111100110010101001100010100101111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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