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

📋 copy color: '#10CEC2'

red 16 ◦ green 206 ◦ blue 194

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

Shades of Robin's Egg Blue #10CEC2

Tints of Robin's Egg Blue #10CEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.52%

 BLUE value IS 194 (76.17% from 255) = 46.63%

R = 3.85%
G = 49.52%
B = 46.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#10CEC2 (or 0x10CEC2) is known color: Robin's Egg Blue. HEX triplet: 10, CE and C2. RGB value is (16,206,194). Sum of RGB (Red+Green+Blue) = 16+206+194=416 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.85% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #10CEC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CEC2 is #EF313D. Grayscale: #939393. Windows color (decimal): -15675710 or 12766736. OLE color: 12766736.

HSL color Cylindrical-coordinate representation of color #10CEC2: hue angle of 176.21º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CEC2 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 206 194 -
CMYK 0.92 0 0.06 0.19
HSL 176.21º 0.86% 0.44% -
HSV(B) 176.21º 0.92% 0.81% -
XYZ 32.02 48.15 58.64 -
YUV 147.82 154.05 33.98 -
System Red Green Blue C M Y K H S L
Decimal 16 206 194 0.92 0 0.06 0.19 176.21 0.86 0.44
Hex 10 CE C2 5C 0 6 13 B0 56 2C
Octal 20 316 302 134 0 6 23 260 126 54
Binary 10000 11001110 11000010 1011100 0 110 10011 10110000 1010110 101100

Color Harmonies of #10CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CEC2

Black with #10CEC2

Text Example


Text Example

White with #10CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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