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

📋 copy color: '#14CECC'

red 20 ◦ green 206 ◦ blue 204

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

Shades of Robin's Egg Blue #14CECC

Tints of Robin's Egg Blue #14CECC

RGB

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

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

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

R = 4.65%
G = 47.91%
B = 47.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#14CECC (or 0x14CECC) is known color: Robin's Egg Blue. HEX triplet: 14, CE and CC. RGB value is (20,206,204). Sum of RGB (Red+Green+Blue) = 20+206+204=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #14CECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CECC is #EB3133. Grayscale: #959595. Windows color (decimal): -15413556 or 13422100. OLE color: 13422100.

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

Color convert

RGB 20 206 204 -
CMYK 0.90 0 0.01 0.19
HSL 179.35º 0.82% 0.44% -
HSV(B) 179.35º 0.9% 0.81% -
XYZ 33.26 48.65 64.76 -
YUV 150.16 158.38 35.16 -
System Red Green Blue C M Y K H S L
Decimal 20 206 204 0.90 0 0.01 0.19 179.35 0.82 0.44
Hex 14 CE CC 5A 0 1 13 B3 52 2C
Octal 24 316 314 132 0 1 23 263 122 54
Binary 10100 11001110 11001100 1011010 0 1 10011 10110011 1010010 101100

Color Harmonies of #14CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CECC

Black with #14CECC

Text Example


Text Example

White with #14CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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