#21B0C4

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

Shades of Pelorous #21B0C4

Tints of Pelorous #21B0C4

Color information

#21B0C4 (or 0x21B0C4) is unknown color: approx Pelorous. HEX triplet: 21, B0 and C4. RGB value is (33,176,196). Sum of RGB (Red+Green+Blue) = 33+176+196=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #21B0C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21B0C4 is #DE4F3B. Grayscale: #878787. Windows color (decimal): -14569276 or 12890145. OLE color: 12890145.

HSL color Cylindrical-coordinate representation of color #21B0C4: hue angle of 187.36º 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 #21B0C4 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB33176196-
CMYK0.830.1000.23
HSL187.36º71.18%44.9%-
HSV(B)187.36º83.16%76.86%-
XYZ26.1235.3657.67-
YUV135.52162.1254.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.15%
GREEN value IS 176 (69.14% from 255) = 43.46%
BLUE value IS 196 (76.95% from 255) = 48.40%
R=8.15%
G=43.46%
B=48.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal331761960.830.1000.23187.3671.1844.9
Hex21B0C453A017bb472d
Octal412603041231202727310755
Binary100001101100001100010010100111010010111101110111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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