Html Css Color HEX #21ACC1 Pelorous

📋 copy color: '#21ACC1'

red 33 ◦ green 172 ◦ blue 193

#21ACC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #21ACC1

Tints of Pelorous #21ACC1

RGB

 RED value IS 33 (13.28% from 255) = 8.29%

 GREEN value IS 172 (67.58% from 255) = 43.22%

 BLUE value IS 193 (75.78% from 255) = 48.49%

R = 8.29%
G = 43.22%
B = 48.49%

CMYK

 C value IS 0.83

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#21ACC1 (or 0x21ACC1) is known color: Pelorous. HEX triplet: 21, AC and C1. RGB value is (33,172,193). Sum of RGB (Red+Green+Blue) = 33+172+193=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #21ACC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ACC1 is #DE533E. Grayscale: #848484. Windows color (decimal): -14570303 or 12692513. OLE color: 12692513.

HSL color Cylindrical-coordinate representation of color #21ACC1: hue angle of 187.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21ACC1 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 172 193 -
CMYK 0.83 0.11 0 0.24
HSL 187.88º 0.71% 0.44% -
HSV(B) 187.88º 0.83% 0.76% -
XYZ 25.01 33.68 55.63 -
YUV 132.83 161.95 56.79 -
System Red Green Blue C M Y K H S L
Decimal 33 172 193 0.83 0.11 0 0.24 187.88 0.71 0.44
Hex 21 AC C1 53 B 0 18 BC 47 2C
Octal 41 254 301 123 13 0 30 274 107 54
Binary 100001 10101100 11000001 1010011 1011 0 11000 10111100 1000111 101100

Color Harmonies of #21ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ACC1

Black with #21ACC1

Text Example


Text Example

White with #21ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,172,193); }

 H1.HeaderClassName
 {
   color: #21ACC1;
 }
 .AnyTagClassName
 {
   color: #21ACC1;
 }
</style>

background-color css

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

 a { background-color: rgb(33,172,193); }

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

border-color css

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

 span { border-color: rgb(33,172,193); }

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