#21A6C4

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

Shades of Pelorous #21A6C4

Tints of Pelorous #21A6C4

Color information

#21A6C4 (or 0x21A6C4) is unknown color: approx Pelorous. HEX triplet: 21, A6 and C4. RGB value is (33,166,196). Sum of RGB (Red+Green+Blue) = 33+166+196=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #21A6C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A6C4 is #DE593B. Grayscale: #818181. Windows color (decimal): -14571836 or 12887585. OLE color: 12887585.

HSL color Cylindrical-coordinate representation of color #21A6C4: hue angle of 191.04º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21A6C4 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB33166196-
CMYK0.830.1500.23
HSL191.04º71.18%44.9%-
HSV(B)191.04º83.16%76.86%-
XYZ24.2331.5857.04-
YUV129.65165.4459.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.35%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 196 (76.95% from 255) = 49.62%
R=8.35%
G=42.03%
B=49.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal331661960.830.1500.23191.0471.1844.9
Hex21A6C453F017bf472d
Octal412463041231702727710755
Binary100001101001101100010010100111111010111101111111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,166,196); }

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

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

 a { background-color: rgb(33,166,196); }

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

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

 span { border-color: rgb(33,166,196); }

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