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

📋 copy color: '#21CEC1'

red 33 ◦ green 206 ◦ blue 193

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

Shades of Robin's Egg Blue #21CEC1

Tints of Robin's Egg Blue #21CEC1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.69%

 BLUE value IS 193 (75.78% from 255) = 44.68%

R = 7.64%
G = 47.69%
B = 44.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#21CEC1 (or 0x21CEC1) is known color: Robin's Egg Blue. HEX triplet: 21, CE and C1. RGB value is (33,206,193). Sum of RGB (Red+Green+Blue) = 33+206+193=432 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.64% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CEC1 is #DE313E. Grayscale: #989898. Windows color (decimal): -14561599 or 12701217. OLE color: 12701217.

HSL color Cylindrical-coordinate representation of color #21CEC1: hue angle of 175.49º degrees, saturation: 0.72, 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 #21CEC1 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 206 193 -
CMYK 0.84 0 0.06 0.19
HSL 175.49º 0.72% 0.47% -
HSV(B) 175.49º 0.84% 0.81% -
XYZ 32.32 48.32 58.07 -
YUV 152.79 150.69 42.56 -
System Red Green Blue C M Y K H S L
Decimal 33 206 193 0.84 0 0.06 0.19 175.49 0.72 0.47
Hex 21 CE C1 54 0 6 13 AF 48 2F
Octal 41 316 301 124 0 6 23 257 110 57
Binary 100001 11001110 11000001 1010100 0 110 10011 10101111 1001000 101111

Color Harmonies of #21CEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CEC1

Black with #21CEC1

Text Example


Text Example

White with #21CEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,206,193); }

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

background-color css

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

 a { background-color: rgb(33,206,193); }

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

border-color css

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

 span { border-color: rgb(33,206,193); }

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