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

📋 copy color: '#10C8CF'

red 16 ◦ green 200 ◦ blue 207

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

Shades of Robin's Egg Blue #10C8CF

Tints of Robin's Egg Blue #10C8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 3.78%
G = 47.28%
B = 48.94%

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

#10C8CF (or 0x10C8CF) is known color: Robin's Egg Blue. HEX triplet: 10, C8 and CF. RGB value is (16,200,207). Sum of RGB (Red+Green+Blue) = 16+200+207=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #10C8CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C8CF is #EF3730. Grayscale: #919191. Windows color (decimal): -15677233 or 13617168. OLE color: 13617168.

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

Color convert

RGB 16 200 207 -
CMYK 0.92 0.03 0 0.19
HSL 182.2º 0.86% 0.44% -
HSV(B) 182.2º 0.92% 0.81% -
XYZ 32.13 45.92 66.2 -
YUV 145.78 162.54 35.43 -
System Red Green Blue C M Y K H S L
Decimal 16 200 207 0.92 0.03 0 0.19 182.2 0.86 0.44
Hex 10 C8 CF 5C 3 0 13 B6 56 2C
Octal 20 310 317 134 3 0 23 266 126 54
Binary 10000 11001000 11001111 1011100 11 0 10011 10110110 1010110 101100

Color Harmonies of #10C8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C8CF

Black with #10C8CF

Text Example


Text Example

White with #10C8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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