Html Css Color HEX #21ABBE Pelorous

📋 copy color: '#21ABBE'

red 33 ◦ green 171 ◦ blue 190

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

Shades of Pelorous #21ABBE

Tints of Pelorous #21ABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 8.38%
G = 43.4%
B = 48.22%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#21ABBE (or 0x21ABBE) is known color: Pelorous. HEX triplet: 21, AB and BE. RGB value is (33,171,190). Sum of RGB (Red+Green+Blue) = 33+171+190=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #21ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABBE is #DE5441. Grayscale: #838383. Windows color (decimal): -14570562 or 12495649. OLE color: 12495649.

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

Color convert

RGB 33 171 190 -
CMYK 0.83 0.10 0 0.25
HSL 187.26º 0.7% 0.44% -
HSV(B) 187.26º 0.83% 0.75% -
XYZ 24.48 33.17 53.83 -
YUV 131.9 160.78 57.46 -
System Red Green Blue C M Y K H S L
Decimal 33 171 190 0.83 0.10 0 0.25 187.26 0.7 0.44
Hex 21 AB BE 53 A 0 19 BB 46 2C
Octal 41 253 276 123 12 0 31 273 106 54
Binary 100001 10101011 10111110 1010011 1010 0 11001 10111011 1000110 101100

Color Harmonies of #21ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ABBE

Black with #21ABBE

Text Example


Text Example

White with #21ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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