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

📋 copy color: '#14CEBD'

red 20 ◦ green 206 ◦ blue 189

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

Shades of Robin's Egg Blue #14CEBD

Tints of Robin's Egg Blue #14CEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 4.82%
G = 49.64%
B = 45.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#14CEBD (or 0x14CEBD) is known color: Robin's Egg Blue. HEX triplet: 14, CE and BD. RGB value is (20,206,189). Sum of RGB (Red+Green+Blue) = 20+206+189=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CEBD is #EB3142. Grayscale: #949494. Windows color (decimal): -15413571 or 12439060. OLE color: 12439060.

HSL color Cylindrical-coordinate representation of color #14CEBD: hue angle of 174.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CEBD is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 206 189 -
CMYK 0.90 0 0.08 0.19
HSL 174.52º 0.82% 0.44% -
HSV(B) 174.52º 0.9% 0.81% -
XYZ 31.55 47.97 55.74 -
YUV 148.45 150.88 36.38 -
System Red Green Blue C M Y K H S L
Decimal 20 206 189 0.90 0 0.08 0.19 174.52 0.82 0.44
Hex 14 CE BD 5A 0 8 13 AF 52 2C
Octal 24 316 275 132 0 10 23 257 122 54
Binary 10100 11001110 10111101 1011010 0 1000 10011 10101111 1010010 101100

Color Harmonies of #14CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CEBD

Black with #14CEBD

Text Example


Text Example

White with #14CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,206,189); }

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

background-color css

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

 a { background-color: rgb(20,206,189); }

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

border-color css

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

 span { border-color: rgb(20,206,189); }

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