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

📋 copy color: '#14D6CC'

red 20 ◦ green 214 ◦ blue 204

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

Shades of Robin's Egg Blue #14D6CC

Tints of Robin's Egg Blue #14D6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.86%

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

R = 4.57%
G = 48.86%
B = 46.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#14D6CC (or 0x14D6CC) is known color: Robin's Egg Blue. HEX triplet: 14, D6 and CC. RGB value is (20,214,204). Sum of RGB (Red+Green+Blue) = 20+214+204=438 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.57% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #14D6CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D6CC is #EB2933. Grayscale: #9A9A9A. Windows color (decimal): -15411508 or 13424148. OLE color: 13424148.

HSL color Cylindrical-coordinate representation of color #14D6CC: hue angle of 176.91º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D6CC is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 214 204 -
CMYK 0.91 0 0.05 0.16
HSL 176.91º 0.83% 0.46% -
HSV(B) 176.91º 0.91% 0.84% -
XYZ 35.23 52.6 65.42 -
YUV 154.85 155.73 31.81 -
System Red Green Blue C M Y K H S L
Decimal 20 214 204 0.91 0 0.05 0.16 176.91 0.83 0.46
Hex 14 D6 CC 5B 0 5 10 B1 53 2E
Octal 24 326 314 133 0 5 20 261 123 56
Binary 10100 11010110 11001100 1011011 0 101 10000 10110001 1010011 101110

Color Harmonies of #14D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D6CC

Black with #14D6CC

Text Example


Text Example

White with #14D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,214,204); }

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

background-color css

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

 a { background-color: rgb(20,214,204); }

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

border-color css

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

 span { border-color: rgb(20,214,204); }

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