Html Css Color HEX #1FACF0 Summer Sky

📋 copy color: '#1FACF0'

red 31 ◦ green 172 ◦ blue 240

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

Shades of Summer Sky #1FACF0

Tints of Summer Sky #1FACF0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.83%

 BLUE value IS 240 (94.14% from 255) = 54.18%

R = 7%
G = 38.83%
B = 54.18%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1FACF0 (or 0x1FACF0) is known color: 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

RGB 31 172 240 -
CMYK 0.87 0.28 0 0.06
HSL 199.52º 0.87% 0.53% -
HSV(B) 199.52º 0.87% 0.94% -
XYZ 31.05 36.09 87.77 -
YUV 137.59 185.79 51.97 -
System Red Green Blue C M Y K H S L
Decimal 31 172 240 0.87 0.28 0 0.06 199.52 0.87 0.53
Hex 1F AC F0 57 1C 0 6 C8 57 35
Octal 37 254 360 127 34 0 6 310 127 65
Binary 11111 10101100 11110000 1010111 11100 0 110 11001000 1010111 110101

Color Harmonies of #1FACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FACF0

Black with #1FACF0

Text Example


Text Example

White with #1FACF0

Text Example


Text Example

HTML Codes & Css Web 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>