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

📋 copy color: '#21CFCD'

red 33 ◦ green 207 ◦ blue 205

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

Shades of Robin's Egg Blue #21CFCD

Tints of Robin's Egg Blue #21CFCD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.52%

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

R = 7.42%
G = 46.52%
B = 46.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#21CFCD (or 0x21CFCD) is known color: Robin's Egg Blue. HEX triplet: 21, CF and CD. RGB value is (33,207,205). Sum of RGB (Red+Green+Blue) = 33+207+205=445 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.42% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #21CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFCD is #DE3032. Grayscale: #9A9A9A. Windows color (decimal): -14561331 or 13487905. OLE color: 13487905.

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

Color convert

RGB 33 207 205 -
CMYK 0.84 0 0.01 0.19
HSL 179.31º 0.73% 0.47% -
HSV(B) 179.31º 0.84% 0.81% -
XYZ 33.96 49.36 65.49 -
YUV 154.75 156.35 41.16 -
System Red Green Blue C M Y K H S L
Decimal 33 207 205 0.84 0 0.01 0.19 179.31 0.73 0.47
Hex 21 CF CD 54 0 1 13 B3 48 2F
Octal 41 317 315 124 0 1 23 263 110 57
Binary 100001 11001111 11001101 1010100 0 1 10011 10110011 1001000 101111

Color Harmonies of #21CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CFCD

Black with #21CFCD

Text Example


Text Example

White with #21CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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