#21A7CA

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

Shades of Pelorous #21A7CA

Tints of Pelorous #21A7CA

Color information

#21A7CA (or 0x21A7CA) is unknown color: approx Pelorous. HEX triplet: 21, A7 and CA. RGB value is (33,167,202). Sum of RGB (Red+Green+Blue) = 33+167+202=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #21A7CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A7CA is #DE5835. Grayscale: #828282. Windows color (decimal): -14571574 or 13281057. OLE color: 13281057.

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

Color convert

RGB33167202-
CMYK0.840.1700.21
HSL192.43º71.91%46.08%-
HSV(B)192.43º83.66%79.22%-
XYZ25.1132.2360.77-
YUV130.92168.1158.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.21%
GREEN value IS 167 (65.62% from 255) = 41.54%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=8.21%
G=41.54%
B=50.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal331672020.840.1700.21192.4371.9146.08
Hex21A7CA5411015c0482e
Octal412473121242102530011056
Binary1000011010011111001010101010010001010101110000001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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