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

📋 copy color: '#10DBC6'

red 16 ◦ green 219 ◦ blue 198

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

Shades of Robin's Egg Blue #10DBC6

Tints of Robin's Egg Blue #10DBC6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.58%

 BLUE value IS 198 (77.73% from 255) = 45.73%

R = 3.7%
G = 50.58%
B = 45.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#10DBC6 (or 0x10DBC6) is known color: Robin's Egg Blue. HEX triplet: 10, DB and C6. RGB value is (16,219,198). Sum of RGB (Red+Green+Blue) = 16+219+198=433 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #10DBC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DBC6 is #EF2439. Grayscale: #9B9B9B. Windows color (decimal): -15672378 or 13032208. OLE color: 13032208.

HSL color Cylindrical-coordinate representation of color #10DBC6: hue angle of 173.79º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DBC6 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 219 198 -
CMYK 0.93 0 0.10 0.14
HSL 173.79º 0.86% 0.46% -
HSV(B) 173.79º 0.93% 0.86% -
XYZ 35.74 54.85 62.13 -
YUV 155.91 151.75 28.21 -
System Red Green Blue C M Y K H S L
Decimal 16 219 198 0.93 0 0.10 0.14 173.79 0.86 0.46
Hex 10 DB C6 5D 0 A E AE 56 2E
Octal 20 333 306 135 0 12 16 256 126 56
Binary 10000 11011011 11000110 1011101 0 1010 1110 10101110 1010110 101110

Color Harmonies of #10DBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DBC6

Black with #10DBC6

Text Example


Text Example

White with #10DBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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