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

📋 copy color: '#10C7CE'

red 16 ◦ green 199 ◦ blue 206

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

Shades of Robin's Egg Blue #10C7CE

Tints of Robin's Egg Blue #10C7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.27%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 3.8%
G = 47.27%
B = 48.93%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#10C7CE (or 0x10C7CE) is known color: Robin's Egg Blue. HEX triplet: 10, C7 and CE. RGB value is (16,199,206). Sum of RGB (Red+Green+Blue) = 16+199+206=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #10C7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C7CE is #EF3831. Grayscale: #909090. Windows color (decimal): -15677490 or 13551376. OLE color: 13551376.

HSL color Cylindrical-coordinate representation of color #10C7CE: hue angle of 182.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 #10C7CE is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 199 206 -
CMYK 0.92 0.03 0 0.19
HSL 182.21º 0.86% 0.44% -
HSV(B) 182.21º 0.92% 0.81% -
XYZ 31.78 45.41 65.48 -
YUV 145.08 162.37 35.93 -
System Red Green Blue C M Y K H S L
Decimal 16 199 206 0.92 0.03 0 0.19 182.21 0.86 0.44
Hex 10 C7 CE 5C 3 0 13 B6 56 2C
Octal 20 307 316 134 3 0 23 266 126 54
Binary 10000 11000111 11001110 1011100 11 0 10011 10110110 1010110 101100

Color Harmonies of #10C7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C7CE

Black with #10C7CE

Text Example


Text Example

White with #10C7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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