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

📋 copy color: '#21CACF'

red 33 ◦ green 202 ◦ blue 207

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

Shades of Robin's Egg Blue #21CACF

Tints of Robin's Egg Blue #21CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.7%

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

R = 7.47%
G = 45.7%
B = 46.83%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21CACF (or 0x21CACF) is known color: Robin's Egg Blue. HEX triplet: 21, CA and CF. RGB value is (33,202,207). Sum of RGB (Red+Green+Blue) = 33+202+207=442 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.47% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #21CACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CACF is #DE3530. Grayscale: #979797. Windows color (decimal): -14562609 or 13617697. OLE color: 13617697.

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

Color convert

RGB 33 202 207 -
CMYK 0.84 0.02 0 0.19
HSL 181.72º 0.73% 0.47% -
HSV(B) 181.72º 0.84% 0.81% -
XYZ 33.01 47.07 66.38 -
YUV 152.04 159.01 43.09 -
System Red Green Blue C M Y K H S L
Decimal 33 202 207 0.84 0.02 0 0.19 181.72 0.73 0.47
Hex 21 CA CF 54 2 0 13 B6 48 2F
Octal 41 312 317 124 2 0 23 266 110 57
Binary 100001 11001010 11001111 1010100 10 0 10011 10110110 1001000 101111

Color Harmonies of #21CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CACF

Black with #21CACF

Text Example


Text Example

White with #21CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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