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

📋 copy color: '#14CEB7'

red 20 ◦ green 206 ◦ blue 183

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

Shades of Robin's Egg Blue #14CEB7

Tints of Robin's Egg Blue #14CEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.74%

R = 4.89%
G = 50.37%
B = 44.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#14CEB7 (or 0x14CEB7) is known color: Robin's Egg Blue. HEX triplet: 14, CE and B7. RGB value is (20,206,183). Sum of RGB (Red+Green+Blue) = 20+206+183=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CEB7 is #EB3148. Grayscale: #939393. Windows color (decimal): -15413577 or 12045844. OLE color: 12045844.

HSL color Cylindrical-coordinate representation of color #14CEB7: hue angle of 172.58º 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 #14CEB7 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 206 183 -
CMYK 0.90 0 0.11 0.19
HSL 172.58º 0.82% 0.44% -
HSV(B) 172.58º 0.9% 0.81% -
XYZ 30.91 47.71 52.38 -
YUV 147.76 147.88 36.87 -
System Red Green Blue C M Y K H S L
Decimal 20 206 183 0.90 0 0.11 0.19 172.58 0.82 0.44
Hex 14 CE B7 5A 0 B 13 AD 52 2C
Octal 24 316 267 132 0 13 23 255 122 54
Binary 10100 11001110 10110111 1011010 0 1011 10011 10101101 1010010 101100

Color Harmonies of #14CEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CEB7

Black with #14CEB7

Text Example


Text Example

White with #14CEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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