#21BACC

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

Shades of Iris Blue #21BACC

Tints of Iris Blue #21BACC

Color information

#21BACC (or 0x21BACC) is unknown color: approx Iris Blue. HEX triplet: 21, BA and CC. RGB value is (33,186,204). Sum of RGB (Red+Green+Blue) = 33+186+204=423 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.80% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #21BACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BACC is #DE4533. Grayscale: #8E8E8E. Windows color (decimal): -14566708 or 13416993. OLE color: 13416993.

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

Color convert

RGB33186204-
CMYK0.840.0900.2
HSL186.32º72.15%46.47%-
HSV(B)186.32º83.82%80%-
XYZ29.0939.863.28-
YUV142.3162.8150.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.80%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=7.80%
G=43.97%
B=48.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331862040.840.0900.2186.3272.1546.47
Hex21BACC549014ba482e
Octal412723141241102427211056
Binary100001101110101100110010101001001010100101110101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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