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

📋 copy color: '#10CECC'

red 16 ◦ green 206 ◦ blue 204

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

Shades of Robin's Egg Blue #10CECC

Tints of Robin's Egg Blue #10CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.36%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 3.76%
G = 48.36%
B = 47.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#10CECC (or 0x10CECC) is known color: Robin's Egg Blue. HEX triplet: 10, CE and CC. RGB value is (16,206,204). Sum of RGB (Red+Green+Blue) = 16+206+204=426 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #10CECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CECC is #EF3133. Grayscale: #949494. Windows color (decimal): -15675700 or 13422096. OLE color: 13422096.

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

Color convert

RGB 16 206 204 -
CMYK 0.92 0 0.01 0.19
HSL 179.37º 0.86% 0.44% -
HSV(B) 179.37º 0.92% 0.81% -
XYZ 33.18 48.61 64.76 -
YUV 148.96 159.05 33.16 -
System Red Green Blue C M Y K H S L
Decimal 16 206 204 0.92 0 0.01 0.19 179.37 0.86 0.44
Hex 10 CE CC 5C 0 1 13 B3 56 2C
Octal 20 316 314 134 0 1 23 263 126 54
Binary 10000 11001110 11001100 1011100 0 1 10011 10110011 1010110 101100

Color Harmonies of #10CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CECC

Black with #10CECC

Text Example


Text Example

White with #10CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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