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

📋 copy color: '#14CDCE'

red 20 ◦ green 205 ◦ blue 206

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

Shades of Robin's Egg Blue #14CDCE

Tints of Robin's Egg Blue #14CDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.56%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 4.64%
G = 47.56%
B = 47.8%

CMYK

 C value IS 0.90

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14CDCE (or 0x14CDCE) is known color: Robin's Egg Blue. HEX triplet: 14, CD and CE. RGB value is (20,205,206). Sum of RGB (Red+Green+Blue) = 20+205+206=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #14CDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CDCE is #EB3231. Grayscale: #959595. Windows color (decimal): -15413810 or 13552916. OLE color: 13552916.

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

Color convert

RGB 20 205 206 -
CMYK 0.90 0.00 0 0.19
HSL 180.32º 0.82% 0.44% -
HSV(B) 180.32º 0.9% 0.81% -
XYZ 33.26 48.27 65.96 -
YUV 149.8 159.71 35.42 -
System Red Green Blue C M Y K H S L
Decimal 20 205 206 0.90 0.00 0 0.19 180.32 0.82 0.44
Hex 14 CD CE 5A 0 0 13 B4 52 2C
Octal 24 315 316 132 0 0 23 264 122 54
Binary 10100 11001101 11001110 1011010 0 0 10011 10110100 1010010 101100

Color Harmonies of #14CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CDCE

Black with #14CDCE

Text Example


Text Example

White with #14CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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