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

📋 copy color: '#1FCFCC'

red 31 ◦ green 207 ◦ blue 204

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

Shades of Robin's Egg Blue #1FCFCC

Tints of Robin's Egg Blue #1FCFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 7.01%
G = 46.83%
B = 46.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#1FCFCC (or 0x1FCFCC) is known color: Robin's Egg Blue. HEX triplet: 1F, CF and CC. RGB value is (31,207,204). Sum of RGB (Red+Green+Blue) = 31+207+204=442 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.01% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCFCC is #E03033. Grayscale: #999999. Windows color (decimal): -14692404 or 13422367. OLE color: 13422367.

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

Color convert

RGB 31 207 204 -
CMYK 0.85 0 0.01 0.19
HSL 178.98º 0.74% 0.47% -
HSV(B) 178.98º 0.85% 0.81% -
XYZ 33.78 49.28 64.86 -
YUV 154.03 156.19 40.24 -
System Red Green Blue C M Y K H S L
Decimal 31 207 204 0.85 0 0.01 0.19 178.98 0.74 0.47
Hex 1F CF CC 55 0 1 13 B3 4A 2F
Octal 37 317 314 125 0 1 23 263 112 57
Binary 11111 11001111 11001100 1010101 0 1 10011 10110011 1001010 101111

Color Harmonies of #1FCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCFCC

Black with #1FCFCC

Text Example


Text Example

White with #1FCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,207,204); }

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

background-color css

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

 a { background-color: rgb(31,207,204); }

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

border-color css

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

 span { border-color: rgb(31,207,204); }

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