Html Css Color HEX #1FC9CA Robin's Egg Blue

📋 copy color: '#1FC9CA'

red 31 ◦ green 201 ◦ blue 202

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

Shades of Robin's Egg Blue #1FC9CA

Tints of Robin's Egg Blue #1FC9CA

RGB

 RED value IS 31 (12.5% from 255) = 7.14%

 GREEN value IS 201 (78.91% from 255) = 46.31%

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 7.14%
G = 46.31%
B = 46.54%

CMYK

 C value IS 0.85

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1FC9CA (or 0x1FC9CA) is known color: Robin's Egg Blue. HEX triplet: 1F, C9 and CA. RGB value is (31,201,202). Sum of RGB (Red+Green+Blue) = 31+201+202=434 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.14% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #1FC9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC9CA is #E03635. Grayscale: #969696. Windows color (decimal): -14693942 or 13289759. OLE color: 13289759.

HSL color Cylindrical-coordinate representation of color #1FC9CA: hue angle of 180.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC9CA is Cyan = 0.85, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 201 202 -
CMYK 0.85 0.00 0 0.21
HSL 180.35º 0.73% 0.46% -
HSV(B) 180.35º 0.85% 0.79% -
XYZ 32.11 46.33 63.13 -
YUV 150.28 157.18 42.92 -
System Red Green Blue C M Y K H S L
Decimal 31 201 202 0.85 0.00 0 0.21 180.35 0.73 0.46
Hex 1F C9 CA 55 0 0 15 B4 49 2E
Octal 37 311 312 125 0 0 25 264 111 56
Binary 11111 11001001 11001010 1010101 0 0 10101 10110100 1001001 101110

Color Harmonies of #1FC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC9CA

Black with #1FC9CA

Text Example


Text Example

White with #1FC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FC9CA; }

 p { color: rgb(31,201,202); }

 H1.HeaderClassName
 {
   color: #1FC9CA;
 }
 .AnyTagClassName
 {
   color: #1FC9CA;
 }
</style>

background-color css

<style>
 a { background-color: #1FC9CA; }

 a { background-color: rgb(31,201,202); }

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

border-color css

<style>
 span { border-color: #1FC9CA; }

 span { border-color: rgb(31,201,202); }

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