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

📋 copy color: '#14CCB7'

red 20 ◦ green 204 ◦ blue 183

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

Shades of Robin's Egg Blue #14CCB7

Tints of Robin's Egg Blue #14CCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.96%

R = 4.91%
G = 50.12%
B = 44.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#14CCB7 (or 0x14CCB7) is known color: Robin's Egg Blue. HEX triplet: 14, CC and B7. RGB value is (20,204,183). Sum of RGB (Red+Green+Blue) = 20+204+183=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #14CCB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CCB7 is #EB3348. Grayscale: #929292. Windows color (decimal): -15414089 or 12045332. OLE color: 12045332.

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

Color convert

RGB 20 204 183 -
CMYK 0.90 0 0.10 0.2
HSL 173.15º 0.82% 0.44% -
HSV(B) 173.15º 0.9% 0.8% -
XYZ 30.43 46.75 52.22 -
YUV 146.59 148.54 37.71 -
System Red Green Blue C M Y K H S L
Decimal 20 204 183 0.90 0 0.10 0.2 173.15 0.82 0.44
Hex 14 CC B7 5A 0 A 14 AD 52 2C
Octal 24 314 267 132 0 12 24 255 122 54
Binary 10100 11001100 10110111 1011010 0 1010 10100 10101101 1010010 101100

Color Harmonies of #14CCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CCB7

Black with #14CCB7

Text Example


Text Example

White with #14CCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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