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

📋 copy color: '#10CDB4'

red 16 ◦ green 205 ◦ blue 180

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

Shades of Robin's Egg Blue #10CDB4

Tints of Robin's Egg Blue #10CDB4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.12%

 BLUE value IS 180 (70.7% from 255) = 44.89%

R = 3.99%
G = 51.12%
B = 44.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#10CDB4 (or 0x10CDB4) is known color: Robin's Egg Blue. HEX triplet: 10, CD and B4. RGB value is (16,205,180). Sum of RGB (Red+Green+Blue) = 16+205+180=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #10CDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDB4 is #EF324B. Grayscale: #919191. Windows color (decimal): -15675980 or 11848976. OLE color: 11848976.

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

Color convert

RGB 16 205 180 -
CMYK 0.92 0 0.12 0.20
HSL 172.06º 0.86% 0.43% -
HSV(B) 172.06º 0.92% 0.8% -
XYZ 30.28 47.07 50.67 -
YUV 145.64 147.38 35.53 -
System Red Green Blue C M Y K H S L
Decimal 16 205 180 0.92 0 0.12 0.20 172.06 0.86 0.43
Hex 10 CD B4 5C 0 C 14 AC 56 2B
Octal 20 315 264 134 0 14 24 254 126 53
Binary 10000 11001101 10110100 1011100 0 1100 10100 10101100 1010110 101011

Color Harmonies of #10CDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CDB4

Black with #10CDB4

Text Example


Text Example

White with #10CDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,205,180); }

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

background-color css

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

 a { background-color: rgb(16,205,180); }

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

border-color css

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

 span { border-color: rgb(16,205,180); }

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