Html Css Color HEX #21D2BF Robin's Egg Blue

📋 copy color: '#21D2BF'

red 33 ◦ green 210 ◦ blue 191

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

Shades of Robin's Egg Blue #21D2BF

Tints of Robin's Egg Blue #21D2BF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.39%

 BLUE value IS 191 (75% from 255) = 44.01%

R = 7.6%
G = 48.39%
B = 44.01%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#21D2BF (or 0x21D2BF) is known color: Robin's Egg Blue. HEX triplet: 21, D2 and BF. RGB value is (33,210,191). Sum of RGB (Red+Green+Blue) = 33+210+191=434 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.60% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #21D2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D2BF is #DE2D40. Grayscale: #9A9A9A. Windows color (decimal): -14560577 or 12571169. OLE color: 12571169.

HSL color Cylindrical-coordinate representation of color #21D2BF: hue angle of 173.56º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D2BF is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 210 191 -
CMYK 0.84 0 0.09 0.18
HSL 173.56º 0.73% 0.48% -
HSV(B) 173.56º 0.84% 0.82% -
XYZ 33.08 50.18 57.23 -
YUV 154.91 148.36 41.04 -
System Red Green Blue C M Y K H S L
Decimal 33 210 191 0.84 0 0.09 0.18 173.56 0.73 0.48
Hex 21 D2 BF 54 0 9 12 AE 49 30
Octal 41 322 277 124 0 11 22 256 111 60
Binary 100001 11010010 10111111 1010100 0 1001 10010 10101110 1001001 110000

Color Harmonies of #21D2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D2BF

Black with #21D2BF

Text Example


Text Example

White with #21D2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,210,191); }

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

background-color css

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

 a { background-color: rgb(33,210,191); }

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

border-color css

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

 span { border-color: rgb(33,210,191); }

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