#1FACF0

Color #1FACF0 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #1FACF0

Tints of Summer Sky #1FACF0

Color information

#1FACF0 (or 0x1FACF0) is unknown color: approx Summer Sky. HEX triplet: 1F, AC and F0. RGB value is (31,172,240). Sum of RGB (Red+Green+Blue) = 31+172+240=443 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.00% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #1FACF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FACF0 is #E0530F. Grayscale: #898989. Windows color (decimal): -14701328 or 15772703. OLE color: 15772703.

HSL color Cylindrical-coordinate representation of color #1FACF0: hue angle of 199.52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FACF0 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB31172240-
CMYK0.870.2800.06
HSL199.52º87.45%53.14%-
HSV(B)199.52º87.08%94.12%-
XYZ31.0536.0987.77-
YUV137.59185.7951.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.00%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 240 (94.14% from 255) = 54.18%
R=7.00%
G=38.83%
B=54.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal311722400.870.2800.06199.5287.4553.14
Hex1FACF0571C06c85735
Octal37254360127340631012765
Binary1111110101100111100001010111111000110110010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,172,240); }

 H1.HeaderClassName
 {
   color: #1FACF0;
 }
 .AnyTagClassName
 {
   color: #1FACF0;
 }
</style>
background-color css

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

 a { background-color: rgb(31,172,240); }

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

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

 span { border-color: rgb(31,172,240); }

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