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

📋 copy color: '#10C6D0'

red 16 ◦ green 198 ◦ blue 208

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

Shades of Robin's Egg Blue #10C6D0

Tints of Robin's Egg Blue #10C6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.29%

R = 3.79%
G = 46.92%
B = 49.29%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#10C6D0 (or 0x10C6D0) is known color: Robin's Egg Blue. HEX triplet: 10, C6 and D0. RGB value is (16,198,208). Sum of RGB (Red+Green+Blue) = 16+198+208=422 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.79% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #10C6D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C6D0 is #EF392F. Grayscale: #909090. Windows color (decimal): -15677744 or 13682192. OLE color: 13682192.

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

Color convert

RGB 16 198 208 -
CMYK 0.92 0.05 0 0.18
HSL 183.13º 0.86% 0.44% -
HSV(B) 183.13º 0.92% 0.82% -
XYZ 31.79 45.05 66.69 -
YUV 144.72 163.7 36.19 -
System Red Green Blue C M Y K H S L
Decimal 16 198 208 0.92 0.05 0 0.18 183.13 0.86 0.44
Hex 10 C6 D0 5C 5 0 12 B7 56 2C
Octal 20 306 320 134 5 0 22 267 126 54
Binary 10000 11000110 11010000 1011100 101 0 10010 10110111 1010110 101100

Color Harmonies of #10C6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C6D0

Black with #10C6D0

Text Example


Text Example

White with #10C6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,198,208); }

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

background-color css

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

 a { background-color: rgb(16,198,208); }

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

border-color css

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

 span { border-color: rgb(16,198,208); }

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