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

📋 copy color: '#21CBCE'

red 33 ◦ green 203 ◦ blue 206

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

Shades of Robin's Egg Blue #21CBCE

Tints of Robin's Egg Blue #21CBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 7.47%
G = 45.93%
B = 46.61%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21CBCE (or 0x21CBCE) is known color: Robin's Egg Blue. HEX triplet: 21, CB and CE. RGB value is (33,203,206). Sum of RGB (Red+Green+Blue) = 33+203+206=442 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.47% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #21CBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CBCE is #DE3431. Grayscale: #989898. Windows color (decimal): -14562354 or 13552417. OLE color: 13552417.

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

Color convert

RGB 33 203 206 -
CMYK 0.84 0.01 0 0.19
HSL 181.04º 0.72% 0.47% -
HSV(B) 181.04º 0.84% 0.81% -
XYZ 33.12 47.49 65.81 -
YUV 152.51 158.18 42.76 -
System Red Green Blue C M Y K H S L
Decimal 33 203 206 0.84 0.01 0 0.19 181.04 0.72 0.47
Hex 21 CB CE 54 1 0 13 B5 48 2F
Octal 41 313 316 124 1 0 23 265 110 57
Binary 100001 11001011 11001110 1010100 1 0 10011 10110101 1001000 101111

Color Harmonies of #21CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CBCE

Black with #21CBCE

Text Example


Text Example

White with #21CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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