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

📋 copy color: '#14CECB'

red 20 ◦ green 206 ◦ blue 203

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

Shades of Robin's Egg Blue #14CECB

Tints of Robin's Egg Blue #14CECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 4.66%
G = 48.02%
B = 47.32%

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

#14CECB (or 0x14CECB) is known color: Robin's Egg Blue. HEX triplet: 14, CE and CB. RGB value is (20,206,203). Sum of RGB (Red+Green+Blue) = 20+206+203=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #14CECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CECB is #EB3134. Grayscale: #959595. Windows color (decimal): -15413557 or 13356564. OLE color: 13356564.

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

Color convert

RGB 20 206 203 -
CMYK 0.90 0 0.01 0.19
HSL 179.03º 0.82% 0.44% -
HSV(B) 179.03º 0.9% 0.81% -
XYZ 33.14 48.6 64.13 -
YUV 150.04 157.88 35.24 -
System Red Green Blue C M Y K H S L
Decimal 20 206 203 0.90 0 0.01 0.19 179.03 0.82 0.44
Hex 14 CE CB 5A 0 1 13 B3 52 2C
Octal 24 316 313 132 0 1 23 263 122 54
Binary 10100 11001110 11001011 1011010 0 1 10011 10110011 1010010 101100

Color Harmonies of #14CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CECB

Black with #14CECB

Text Example


Text Example

White with #14CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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