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

📋 copy color: '#10C6CB'

red 16 ◦ green 198 ◦ blue 203

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

Shades of Robin's Egg Blue #10C6CB

Tints of Robin's Egg Blue #10C6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 3.84%
G = 47.48%
B = 48.68%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#10C6CB (or 0x10C6CB) is known color: Robin's Egg Blue. HEX triplet: 10, C6 and CB. RGB value is (16,198,203). Sum of RGB (Red+Green+Blue) = 16+198+203=417 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.84% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #10C6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C6CB is #EF3934. Grayscale: #8F8F8F. Windows color (decimal): -15677749 or 13354512. OLE color: 13354512.

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

Color convert

RGB 16 198 203 -
CMYK 0.92 0.02 0 0.20
HSL 181.6º 0.85% 0.43% -
HSV(B) 181.6º 0.92% 0.8% -
XYZ 31.19 44.81 63.51 -
YUV 144.15 161.2 36.59 -
System Red Green Blue C M Y K H S L
Decimal 16 198 203 0.92 0.02 0 0.20 181.6 0.85 0.43
Hex 10 C6 CB 5C 2 0 14 B6 55 2B
Octal 20 306 313 134 2 0 24 266 125 53
Binary 10000 11000110 11001011 1011100 10 0 10100 10110110 1010101 101011

Color Harmonies of #10C6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C6CB

Black with #10C6CB

Text Example


Text Example

White with #10C6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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