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

📋 copy color: '#14CCCD'

red 20 ◦ green 204 ◦ blue 205

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

Shades of Robin's Egg Blue #14CCCD

Tints of Robin's Egg Blue #14CCCD

RGB

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

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

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

R = 4.66%
G = 47.55%
B = 47.79%

CMYK

 C value IS 0.90

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#14CCCD (or 0x14CCCD) is known color: Robin's Egg Blue. HEX triplet: 14, CC and CD. RGB value is (20,204,205). Sum of RGB (Red+Green+Blue) = 20+204+205=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #14CCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CCCD is #EB3332. Grayscale: #949494. Windows color (decimal): -15414067 or 13487124. OLE color: 13487124.

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

Color convert

RGB 20 204 205 -
CMYK 0.90 0.00 0 0.20
HSL 180.32º 0.82% 0.44% -
HSV(B) 180.32º 0.9% 0.8% -
XYZ 32.9 47.74 65.24 -
YUV 149.1 159.54 35.92 -
System Red Green Blue C M Y K H S L
Decimal 20 204 205 0.90 0.00 0 0.20 180.32 0.82 0.44
Hex 14 CC CD 5A 0 0 14 B4 52 2C
Octal 24 314 315 132 0 0 24 264 122 54
Binary 10100 11001100 11001101 1011010 0 0 10100 10110100 1010010 101100

Color Harmonies of #14CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CCCD

Black with #14CCCD

Text Example


Text Example

White with #14CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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