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

📋 copy color: '#14CFC9'

red 20 ◦ green 207 ◦ blue 201

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

Shades of Robin's Egg Blue #14CFC9

Tints of Robin's Egg Blue #14CFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.96%

R = 4.67%
G = 48.36%
B = 46.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#14CFC9 (or 0x14CFC9) is known color: Robin's Egg Blue. HEX triplet: 14, CF and C9. RGB value is (20,207,201). Sum of RGB (Red+Green+Blue) = 20+207+201=428 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.67% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFC9 is #EB3036. Grayscale: #969696. Windows color (decimal): -15413303 or 13225748. OLE color: 13225748.

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

Color convert

RGB 20 207 201 -
CMYK 0.90 0 0.03 0.19
HSL 178.07º 0.82% 0.45% -
HSV(B) 178.07º 0.9% 0.81% -
XYZ 33.14 48.99 62.97 -
YUV 150.4 156.55 34.99 -
System Red Green Blue C M Y K H S L
Decimal 20 207 201 0.90 0 0.03 0.19 178.07 0.82 0.45
Hex 14 CF C9 5A 0 3 13 B2 52 2D
Octal 24 317 311 132 0 3 23 262 122 55
Binary 10100 11001111 11001001 1011010 0 11 10011 10110010 1010010 101101

Color Harmonies of #14CFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CFC9

Black with #14CFC9

Text Example


Text Example

White with #14CFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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