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

📋 copy color: '#14CFC7'

red 20 ◦ green 207 ◦ blue 199

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

Shades of Robin's Egg Blue #14CFC7

Tints of Robin's Egg Blue #14CFC7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.59%

 BLUE value IS 199 (78.13% from 255) = 46.71%

R = 4.69%
G = 48.59%
B = 46.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#14CFC7 (or 0x14CFC7) is known color: Robin's Egg Blue. HEX triplet: 14, CF and C7. RGB value is (20,207,199). Sum of RGB (Red+Green+Blue) = 20+207+199=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFC7 is #EB3038. Grayscale: #969696. Windows color (decimal): -15413305 or 13094676. OLE color: 13094676.

HSL color Cylindrical-coordinate representation of color #14CFC7: hue angle of 177.43º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CFC7 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 199 -
CMYK 0.90 0 0.04 0.19
HSL 177.43º 0.82% 0.45% -
HSV(B) 177.43º 0.9% 0.81% -
XYZ 32.91 48.9 61.74 -
YUV 150.18 155.55 35.15 -
System Red Green Blue C M Y K H S L
Decimal 20 207 199 0.90 0 0.04 0.19 177.43 0.82 0.45
Hex 14 CF C7 5A 0 4 13 B1 52 2D
Octal 24 317 307 132 0 4 23 261 122 55
Binary 10100 11001111 11000111 1011010 0 100 10011 10110001 1010010 101101

Color Harmonies of #14CFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CFC7

Black with #14CFC7

Text Example


Text Example

White with #14CFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,207,199); }

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

background-color css

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

 a { background-color: rgb(20,207,199); }

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

border-color css

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

 span { border-color: rgb(20,207,199); }

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