Html Css Color HEX #14DCC3 Robin's Egg Blue

📋 copy color: '#14DCC3'

red 20 ◦ green 220 ◦ blue 195

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

Shades of Robin's Egg Blue #14DCC3

Tints of Robin's Egg Blue #14DCC3

RGB

 RED value IS 20 (8.2% from 255) = 4.6%

 GREEN value IS 220 (86.33% from 255) = 50.57%

 BLUE value IS 195 (76.56% from 255) = 44.83%

R = 4.6%
G = 50.57%
B = 44.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#14DCC3 (or 0x14DCC3) is known color: Robin's Egg Blue. HEX triplet: 14, DC and C3. RGB value is (20,220,195). Sum of RGB (Red+Green+Blue) = 20+220+195=435 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.60% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #14DCC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DCC3 is #EB233C. Grayscale: #9D9D9D. Windows color (decimal): -15409981 or 12835860. OLE color: 12835860.

HSL color Cylindrical-coordinate representation of color #14DCC3: hue angle of 172.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DCC3 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 220 195 -
CMYK 0.91 0 0.11 0.14
HSL 172.5º 0.83% 0.47% -
HSV(B) 172.5º 0.91% 0.86% -
XYZ 35.73 55.28 60.42 -
YUV 157.35 149.24 30.03 -
System Red Green Blue C M Y K H S L
Decimal 20 220 195 0.91 0 0.11 0.14 172.5 0.83 0.47
Hex 14 DC C3 5B 0 B E AC 53 2F
Octal 24 334 303 133 0 13 16 254 123 57
Binary 10100 11011100 11000011 1011011 0 1011 1110 10101100 1010011 101111

Color Harmonies of #14DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DCC3

Black with #14DCC3

Text Example


Text Example

White with #14DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14DCC3; }

 p { color: rgb(20,220,195); }

 H1.HeaderClassName
 {
   color: #14DCC3;
 }
 .AnyTagClassName
 {
   color: #14DCC3;
 }
</style>

background-color css

<style>
 a { background-color: #14DCC3; }

 a { background-color: rgb(20,220,195); }

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

border-color css

<style>
 span { border-color: #14DCC3; }

 span { border-color: rgb(20,220,195); }

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