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

📋 copy color: '#21C6CF'

red 33 ◦ green 198 ◦ blue 207

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

Shades of Robin's Egg Blue #21C6CF

Tints of Robin's Egg Blue #21C6CF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 7.53%
G = 45.21%
B = 47.26%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21C6CF (or 0x21C6CF) is known color: Robin's Egg Blue. HEX triplet: 21, C6 and CF. RGB value is (33,198,207). Sum of RGB (Red+Green+Blue) = 33+198+207=438 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.53% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #21C6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C6CF is #DE3930. Grayscale: #959595. Windows color (decimal): -14563633 or 13616673. OLE color: 13616673.

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

Color convert

RGB 33 198 207 -
CMYK 0.84 0.04 0 0.19
HSL 183.1º 0.73% 0.47% -
HSV(B) 183.1º 0.84% 0.81% -
XYZ 32.08 45.22 66.07 -
YUV 149.69 160.34 44.77 -
System Red Green Blue C M Y K H S L
Decimal 33 198 207 0.84 0.04 0 0.19 183.1 0.73 0.47
Hex 21 C6 CF 54 4 0 13 B7 48 2F
Octal 41 306 317 124 4 0 23 267 110 57
Binary 100001 11000110 11001111 1010100 100 0 10011 10110111 1001000 101111

Color Harmonies of #21C6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C6CF

Black with #21C6CF

Text Example


Text Example

White with #21C6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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