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

📋 copy color: '#14CABA'

red 20 ◦ green 202 ◦ blue 186

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

Shades of Robin's Egg Blue #14CABA

Tints of Robin's Egg Blue #14CABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 4.9%
G = 49.51%
B = 45.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#14CABA (or 0x14CABA) is known color: Robin's Egg Blue. HEX triplet: 14, CA and BA. RGB value is (20,202,186). Sum of RGB (Red+Green+Blue) = 20+202+186=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #14CABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CABA is #EB3545. Grayscale: #919191. Windows color (decimal): -15414598 or 12241428. OLE color: 12241428.

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

Color convert

RGB 20 202 186 -
CMYK 0.90 0 0.08 0.21
HSL 174.73º 0.82% 0.44% -
HSV(B) 174.73º 0.9% 0.79% -
XYZ 30.27 45.93 53.73 -
YUV 145.76 150.7 38.3 -
System Red Green Blue C M Y K H S L
Decimal 20 202 186 0.90 0 0.08 0.21 174.73 0.82 0.44
Hex 14 CA BA 5A 0 8 15 AF 52 2C
Octal 24 312 272 132 0 10 25 257 122 54
Binary 10100 11001010 10111010 1011010 0 1000 10101 10101111 1010010 101100

Color Harmonies of #14CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CABA

Black with #14CABA

Text Example


Text Example

White with #14CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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