Html Css Color HEX #21ABBD Pelorous

📋 copy color: '#21ABBD'

red 33 ◦ green 171 ◦ blue 189

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

Shades of Pelorous #21ABBD

Tints of Pelorous #21ABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.51%

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 8.4%
G = 43.51%
B = 48.09%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#21ABBD (or 0x21ABBD) is known color: Pelorous. HEX triplet: 21, AB and BD. RGB value is (33,171,189). Sum of RGB (Red+Green+Blue) = 33+171+189=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #21ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABBD is #DE5442. Grayscale: #838383. Windows color (decimal): -14570563 or 12430113. OLE color: 12430113.

HSL color Cylindrical-coordinate representation of color #21ABBD: hue angle of 186.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21ABBD is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 171 189 -
CMYK 0.83 0.10 0 0.26
HSL 186.92º 0.7% 0.44% -
HSV(B) 186.92º 0.83% 0.74% -
XYZ 24.38 33.12 53.25 -
YUV 131.79 160.28 57.54 -
System Red Green Blue C M Y K H S L
Decimal 33 171 189 0.83 0.10 0 0.26 186.92 0.7 0.44
Hex 21 AB BD 53 A 0 1A BB 46 2C
Octal 41 253 275 123 12 0 32 273 106 54
Binary 100001 10101011 10111101 1010011 1010 0 11010 10111011 1000110 101100

Color Harmonies of #21ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ABBD

Black with #21ABBD

Text Example


Text Example

White with #21ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,171,189); }

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

background-color css

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

 a { background-color: rgb(33,171,189); }

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

border-color css

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

 span { border-color: rgb(33,171,189); }

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