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

📋 copy color: '#21D2CC'

red 33 ◦ green 210 ◦ blue 204

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

Shades of Robin's Egg Blue #21D2CC

Tints of Robin's Egg Blue #21D2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 7.38%
G = 46.98%
B = 45.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#21D2CC (or 0x21D2CC) is known color: Robin's Egg Blue. HEX triplet: 21, D2 and CC. RGB value is (33,210,204). Sum of RGB (Red+Green+Blue) = 33+210+204=447 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.38% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #21D2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D2CC is #DE2D33. Grayscale: #9C9C9C. Windows color (decimal): -14560564 or 13423137. OLE color: 13423137.

HSL color Cylindrical-coordinate representation of color #21D2CC: hue angle of 177.97º 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 #21D2CC is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 210 204 -
CMYK 0.84 0 0.03 0.18
HSL 177.97º 0.73% 0.48% -
HSV(B) 177.97º 0.84% 0.82% -
XYZ 34.57 50.78 65.11 -
YUV 156.39 154.86 39.99 -
System Red Green Blue C M Y K H S L
Decimal 33 210 204 0.84 0 0.03 0.18 177.97 0.73 0.48
Hex 21 D2 CC 54 0 3 12 B2 49 30
Octal 41 322 314 124 0 3 22 262 111 60
Binary 100001 11010010 11001100 1010100 0 11 10010 10110010 1001001 110000

Color Harmonies of #21D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D2CC

Black with #21D2CC

Text Example


Text Example

White with #21D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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