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

📋 copy color: '#21CBCC'

red 33 ◦ green 203 ◦ blue 204

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

Shades of Robin's Egg Blue #21CBCC

Tints of Robin's Egg Blue #21CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.14%

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

R = 7.5%
G = 46.14%
B = 46.36%

CMYK

 C value IS 0.84

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#21CBCC (or 0x21CBCC) is known color: Robin's Egg Blue. HEX triplet: 21, CB and CC. RGB value is (33,203,204). Sum of RGB (Red+Green+Blue) = 33+203+204=440 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.5% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #21CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CBCC is #DE3433. Grayscale: #989898. Windows color (decimal): -14562356 or 13421345. OLE color: 13421345.

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

Color convert

RGB 33 203 204 -
CMYK 0.84 0.00 0 0.2
HSL 180.35º 0.72% 0.46% -
HSV(B) 180.35º 0.84% 0.8% -
XYZ 32.88 47.39 64.54 -
YUV 152.28 157.18 42.92 -
System Red Green Blue C M Y K H S L
Decimal 33 203 204 0.84 0.00 0 0.2 180.35 0.72 0.46
Hex 21 CB CC 54 0 0 14 B4 48 2E
Octal 41 313 314 124 0 0 24 264 110 56
Binary 100001 11001011 11001100 1010100 0 0 10100 10110100 1001000 101110

Color Harmonies of #21CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CBCC

Black with #21CBCC

Text Example


Text Example

White with #21CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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