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

📋 copy color: '#1FCACE'

red 31 ◦ green 202 ◦ blue 206

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

Shades of Robin's Egg Blue #1FCACE

Tints of Robin's Egg Blue #1FCACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 7.06%
G = 46.01%
B = 46.92%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1FCACE (or 0x1FCACE) is known color: Robin's Egg Blue. HEX triplet: 1F, CA and CE. RGB value is (31,202,206). Sum of RGB (Red+Green+Blue) = 31+202+206=439 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.06% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FCACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCACE is #E03531. Grayscale: #979797. Windows color (decimal): -14693682 or 13552159. OLE color: 13552159.

HSL color Cylindrical-coordinate representation of color #1FCACE: hue angle of 181.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCACE is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 202 206 -
CMYK 0.85 0.02 0 0.19
HSL 181.37º 0.74% 0.46% -
HSV(B) 181.37º 0.85% 0.81% -
XYZ 32.83 46.99 65.73 -
YUV 151.33 158.85 42.17 -
System Red Green Blue C M Y K H S L
Decimal 31 202 206 0.85 0.02 0 0.19 181.37 0.74 0.46
Hex 1F CA CE 55 2 0 13 B5 4A 2E
Octal 37 312 316 125 2 0 23 265 112 56
Binary 11111 11001010 11001110 1010101 10 0 10011 10110101 1001010 101110

Color Harmonies of #1FCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCACE

Black with #1FCACE

Text Example


Text Example

White with #1FCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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