#1FB3F0

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

Shades of Summer Sky #1FB3F0

Tints of Summer Sky #1FB3F0

Color information

#1FB3F0 (or 0x1FB3F0) is unknown color: approx Summer Sky. HEX triplet: 1F, B3 and F0. RGB value is (31,179,240). Sum of RGB (Red+Green+Blue) = 31+179+240=450 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.89% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #1FB3F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB3F0 is #E04C0F. Grayscale: #8D8D8D. Windows color (decimal): -14699536 or 15774495. OLE color: 15774495.

HSL color Cylindrical-coordinate representation of color #1FB3F0: hue angle of 197.51º 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 #1FB3F0 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB31179240-
CMYK0.870.2500.06
HSL197.51º87.45%53.14%-
HSV(B)197.51º87.08%94.12%-
XYZ32.4138.8288.22-
YUV141.7183.4749.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.89%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 240 (94.14% from 255) = 53.33%
R=6.89%
G=39.78%
B=53.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal311792400.870.2500.06197.5187.4553.14
Hex1FB3F0571906c65735
Octal37263360127310630612765
Binary1111110110011111100001010111110010110110001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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