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

📋 copy color: '#21D1CD'

red 33 ◦ green 209 ◦ blue 205

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

Shades of Robin's Egg Blue #21D1CD

Tints of Robin's Egg Blue #21D1CD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.76%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 7.38%
G = 46.76%
B = 45.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#21D1CD (or 0x21D1CD) is known color: Robin's Egg Blue. HEX triplet: 21, D1 and CD. RGB value is (33,209,205). Sum of RGB (Red+Green+Blue) = 33+209+205=447 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.38% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #21D1CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D1CD is #DE2E32. Grayscale: #9B9B9B. Windows color (decimal): -14560819 or 13488417. OLE color: 13488417.

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

Color convert

RGB 33 209 205 -
CMYK 0.84 0 0.02 0.18
HSL 178.64º 0.73% 0.47% -
HSV(B) 178.64º 0.84% 0.82% -
XYZ 34.45 50.33 65.66 -
YUV 155.92 155.69 40.33 -
System Red Green Blue C M Y K H S L
Decimal 33 209 205 0.84 0 0.02 0.18 178.64 0.73 0.47
Hex 21 D1 CD 54 0 2 12 B3 49 2F
Octal 41 321 315 124 0 2 22 263 111 57
Binary 100001 11010001 11001101 1010100 0 10 10010 10110011 1001001 101111

Color Harmonies of #21D1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D1CD

Black with #21D1CD

Text Example


Text Example

White with #21D1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,209,205); }

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

background-color css

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

 a { background-color: rgb(33,209,205); }

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

border-color css

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

 span { border-color: rgb(33,209,205); }

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