Html Css Color HEX #21ADBE Pelorous

📋 copy color: '#21ADBE'

red 33 ◦ green 173 ◦ blue 190

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

Shades of Pelorous #21ADBE

Tints of Pelorous #21ADBE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.69%

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

R = 8.33%
G = 43.69%
B = 47.98%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#21ADBE (or 0x21ADBE) is known color: Pelorous. HEX triplet: 21, AD and BE. RGB value is (33,173,190). Sum of RGB (Red+Green+Blue) = 33+173+190=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #21ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ADBE is #DE5241. Grayscale: #848484. Windows color (decimal): -14570050 or 12496161. OLE color: 12496161.

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

Color convert

RGB 33 173 190 -
CMYK 0.83 0.09 0 0.25
HSL 186.5º 0.7% 0.44% -
HSV(B) 186.5º 0.83% 0.75% -
XYZ 24.87 33.93 53.95 -
YUV 133.08 160.12 56.62 -
System Red Green Blue C M Y K H S L
Decimal 33 173 190 0.83 0.09 0 0.25 186.5 0.7 0.44
Hex 21 AD BE 53 9 0 19 BA 46 2C
Octal 41 255 276 123 11 0 31 272 106 54
Binary 100001 10101101 10111110 1010011 1001 0 11001 10111010 1000110 101100

Color Harmonies of #21ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ADBE

Black with #21ADBE

Text Example


Text Example

White with #21ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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