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

📋 copy color: '#14CEBF'

red 20 ◦ green 206 ◦ blue 191

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

Shades of Robin's Egg Blue #14CEBF

Tints of Robin's Egg Blue #14CEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 4.8%
G = 49.4%
B = 45.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#14CEBF (or 0x14CEBF) is known color: Robin's Egg Blue. HEX triplet: 14, CE and BF. RGB value is (20,206,191). Sum of RGB (Red+Green+Blue) = 20+206+191=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CEBF is #EB3140. Grayscale: #949494. Windows color (decimal): -15413569 or 12570132. OLE color: 12570132.

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

Color convert

RGB 20 206 191 -
CMYK 0.90 0 0.07 0.19
HSL 175.16º 0.82% 0.44% -
HSV(B) 175.16º 0.9% 0.81% -
XYZ 31.76 48.05 56.89 -
YUV 148.68 151.88 36.22 -
System Red Green Blue C M Y K H S L
Decimal 20 206 191 0.90 0 0.07 0.19 175.16 0.82 0.44
Hex 14 CE BF 5A 0 7 13 AF 52 2C
Octal 24 316 277 132 0 7 23 257 122 54
Binary 10100 11001110 10111111 1011010 0 111 10011 10101111 1010010 101100

Color Harmonies of #14CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CEBF

Black with #14CEBF

Text Example


Text Example

White with #14CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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