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

📋 copy color: '#1FCAC2'

red 31 ◦ green 202 ◦ blue 194

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

Shades of Robin's Egg Blue #1FCAC2

Tints of Robin's Egg Blue #1FCAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.43%

R = 7.26%
G = 47.31%
B = 45.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#1FCAC2 (or 0x1FCAC2) is known color: Robin's Egg Blue. HEX triplet: 1F, CA and C2. RGB value is (31,202,194). Sum of RGB (Red+Green+Blue) = 31+202+194=427 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.26% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCAC2 is #E0353D. Grayscale: #959595. Windows color (decimal): -14693694 or 12765727. OLE color: 12765727.

HSL color Cylindrical-coordinate representation of color #1FCAC2: hue angle of 177.19º 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 #1FCAC2 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 202 194 -
CMYK 0.85 0 0.04 0.21
HSL 177.19º 0.73% 0.46% -
HSV(B) 177.19º 0.85% 0.79% -
XYZ 31.42 46.43 58.34 -
YUV 149.96 152.85 43.15 -
System Red Green Blue C M Y K H S L
Decimal 31 202 194 0.85 0 0.04 0.21 177.19 0.73 0.46
Hex 1F CA C2 55 0 4 15 B1 49 2E
Octal 37 312 302 125 0 4 25 261 111 56
Binary 11111 11001010 11000010 1010101 0 100 10101 10110001 1001001 101110

Color Harmonies of #1FCAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCAC2

Black with #1FCAC2

Text Example


Text Example

White with #1FCAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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