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

📋 copy color: '#14CDCD'

red 20 ◦ green 205 ◦ blue 205

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

Shades of Robin's Egg Blue #14CDCD

Tints of Robin's Egg Blue #14CDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 4.65%
G = 47.67%
B = 47.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#14CDCD (or 0x14CDCD) is known color: Robin's Egg Blue. HEX triplet: 14, CD and CD. RGB value is (20,205,205). Sum of RGB (Red+Green+Blue) = 20+205+205=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #14CDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CDCD is #EB3232. Grayscale: #959595. Windows color (decimal): -15413811 or 13487380. OLE color: 13487380.

HSL color Cylindrical-coordinate representation of color #14CDCD: hue angle of 180º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CDCD is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 205 205 -
CMYK 0.90 0 0 0.20
HSL 180º 0.82% 0.44% -
HSV(B) 180º 0.9% 0.8% -
XYZ 33.14 48.22 65.32 -
YUV 149.69 159.21 35.5 -
System Red Green Blue C M Y K H S L
Decimal 20 205 205 0.90 0 0 0.20 180 0.82 0.44
Hex 14 CD CD 5A 0 0 14 B4 52 2C
Octal 24 315 315 132 0 0 24 264 122 54
Binary 10100 11001101 11001101 1011010 0 0 10100 10110100 1010010 101100

Color Harmonies of #14CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CDCD

Black with #14CDCD

Text Example


Text Example

White with #14CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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