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

📋 copy color: '#10C8CB'

red 16 ◦ green 200 ◦ blue 203

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

Shades of Robin's Egg Blue #10C8CB

Tints of Robin's Egg Blue #10C8CB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.73%

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

R = 3.82%
G = 47.73%
B = 48.45%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#10C8CB (or 0x10C8CB) is known color: Robin's Egg Blue. HEX triplet: 10, C8 and CB. RGB value is (16,200,203). Sum of RGB (Red+Green+Blue) = 16+200+203=419 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.82% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #10C8CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C8CB is #EF3734. Grayscale: #919191. Windows color (decimal): -15677237 or 13355024. OLE color: 13355024.

HSL color Cylindrical-coordinate representation of color #10C8CB: hue angle of 180.96º 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 #10C8CB is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 200 203 -
CMYK 0.92 0.01 0 0.20
HSL 180.96º 0.85% 0.43% -
HSV(B) 180.96º 0.92% 0.8% -
XYZ 31.65 45.73 63.66 -
YUV 145.33 160.54 35.76 -
System Red Green Blue C M Y K H S L
Decimal 16 200 203 0.92 0.01 0 0.20 180.96 0.85 0.43
Hex 10 C8 CB 5C 1 0 14 B5 55 2B
Octal 20 310 313 134 1 0 24 265 125 53
Binary 10000 11001000 11001011 1011100 1 0 10100 10110101 1010101 101011

Color Harmonies of #10C8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C8CB

Black with #10C8CB

Text Example


Text Example

White with #10C8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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