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

📋 copy color: '#14CCCE'

red 20 ◦ green 204 ◦ blue 206

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

Shades of Robin's Egg Blue #14CCCE

Tints of Robin's Egg Blue #14CCCE

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 20 204 206 -
CMYK 0.90 0.01 0 0.19
HSL 180.65º 0.82% 0.44% -
HSV(B) 180.65º 0.9% 0.81% -
XYZ 33.02 47.79 65.88 -
YUV 149.21 160.04 35.84 -
System Red Green Blue C M Y K H S L
Decimal 20 204 206 0.90 0.01 0 0.19 180.65 0.82 0.44
Hex 14 CC CE 5A 1 0 13 B5 52 2C
Octal 24 314 316 132 1 0 23 265 122 54
Binary 10100 11001100 11001110 1011010 1 0 10011 10110101 1010010 101100

Color Harmonies of #14CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CCCE

Black with #14CCCE

Text Example


Text Example

White with #14CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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