Html Css Color HEX #10C2CA Robin's Egg Blue

📋 copy color: '#10C2CA'

red 16 ◦ green 194 ◦ blue 202

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

Shades of Robin's Egg Blue #10C2CA

Tints of Robin's Egg Blue #10C2CA

RGB

 RED value IS 16 (6.64% from 255) = 3.88%

 GREEN value IS 194 (76.17% from 255) = 47.09%

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 3.88%
G = 47.09%
B = 49.03%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#10C2CA (or 0x10C2CA) is known color: Robin's Egg Blue. HEX triplet: 10, C2 and CA. RGB value is (16,194,202). Sum of RGB (Red+Green+Blue) = 16+194+202=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #10C2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C2CA is #EF3D35. Grayscale: #8D8D8D. Windows color (decimal): -15678774 or 13287952. OLE color: 13287952.

HSL color Cylindrical-coordinate representation of color #10C2CA: hue angle of 182.58º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C2CA is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 194 202 -
CMYK 0.92 0.04 0 0.21
HSL 182.58º 0.85% 0.43% -
HSV(B) 182.58º 0.92% 0.79% -
XYZ 30.17 42.96 62.58 -
YUV 141.69 162.03 38.35 -
System Red Green Blue C M Y K H S L
Decimal 16 194 202 0.92 0.04 0 0.21 182.58 0.85 0.43
Hex 10 C2 CA 5C 4 0 15 B7 55 2B
Octal 20 302 312 134 4 0 25 267 125 53
Binary 10000 11000010 11001010 1011100 100 0 10101 10110111 1010101 101011

Color Harmonies of #10C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C2CA

Black with #10C2CA

Text Example


Text Example

White with #10C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10C2CA; }

 p { color: rgb(16,194,202); }

 H1.HeaderClassName
 {
   color: #10C2CA;
 }
 .AnyTagClassName
 {
   color: #10C2CA;
 }
</style>

background-color css

<style>
 a { background-color: #10C2CA; }

 a { background-color: rgb(16,194,202); }

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

border-color css

<style>
 span { border-color: #10C2CA; }

 span { border-color: rgb(16,194,202); }

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