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

📋 copy color: '#14CACB'

red 20 ◦ green 202 ◦ blue 203

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

Shades of Robin's Egg Blue #14CACB

Tints of Robin's Egg Blue #14CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.53%

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

R = 4.71%
G = 47.53%
B = 47.76%

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

#14CACB (or 0x14CACB) is known color: Robin's Egg Blue. HEX triplet: 14, CA and CB. RGB value is (20,202,203). Sum of RGB (Red+Green+Blue) = 20+202+203=425 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.71% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #14CACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CACB is #EB3534. Grayscale: #939393. Windows color (decimal): -15414581 or 13355540. OLE color: 13355540.

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

Color convert

RGB 20 202 203 -
CMYK 0.90 0.00 0 0.20
HSL 180.33º 0.82% 0.44% -
HSV(B) 180.33º 0.9% 0.8% -
XYZ 32.19 46.7 63.82 -
YUV 147.7 159.2 36.92 -
System Red Green Blue C M Y K H S L
Decimal 20 202 203 0.90 0.00 0 0.20 180.33 0.82 0.44
Hex 14 CA CB 5A 0 0 14 B4 52 2C
Octal 24 312 313 132 0 0 24 264 122 54
Binary 10100 11001010 11001011 1011010 0 0 10100 10110100 1010010 101100

Color Harmonies of #14CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CACB

Black with #14CACB

Text Example


Text Example

White with #14CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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