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

📋 copy color: '#21CDC7'

red 33 ◦ green 205 ◦ blue 199

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

Shades of Robin's Egg Blue #21CDC7

Tints of Robin's Egg Blue #21CDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.91%

 BLUE value IS 199 (78.13% from 255) = 45.54%

R = 7.55%
G = 46.91%
B = 45.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#21CDC7 (or 0x21CDC7) is known color: Robin's Egg Blue. HEX triplet: 21, CD and C7. RGB value is (33,205,199). Sum of RGB (Red+Green+Blue) = 33+205+199=437 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.55% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #21CDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CDC7 is #DE3238. Grayscale: #989898. Windows color (decimal): -14561849 or 13094177. OLE color: 13094177.

HSL color Cylindrical-coordinate representation of color #21CDC7: hue angle of 177.91º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CDC7 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 205 199 -
CMYK 0.84 0 0.03 0.20
HSL 177.91º 0.72% 0.47% -
HSV(B) 177.91º 0.84% 0.8% -
XYZ 32.77 48.11 61.59 -
YUV 152.89 154.02 42.49 -
System Red Green Blue C M Y K H S L
Decimal 33 205 199 0.84 0 0.03 0.20 177.91 0.72 0.47
Hex 21 CD C7 54 0 3 14 B2 48 2F
Octal 41 315 307 124 0 3 24 262 110 57
Binary 100001 11001101 11000111 1010100 0 11 10100 10110010 1001000 101111

Color Harmonies of #21CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CDC7

Black with #21CDC7

Text Example


Text Example

White with #21CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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