#1FB0F5

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

Shades of Summer Sky #1FB0F5

Tints of Summer Sky #1FB0F5

Color information

#1FB0F5 (or 0x1FB0F5) is unknown color: approx Summer Sky. HEX triplet: 1F, B0 and F5. RGB value is (31,176,245). Sum of RGB (Red+Green+Blue) = 31+176+245=452 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.86% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 245 (96.09% from 255 or 54.20% from 452); Max value from RGB is 245 - color contains mainly: blue. Hex color #1FB0F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FB0F5 is #E04F0A. Grayscale: #8C8C8C. Windows color (decimal): -14700299 or 16101407. OLE color: 16101407.

HSL color Cylindrical-coordinate representation of color #1FB0F5: hue angle of 199.35º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FB0F5 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB31176245-
CMYK0.870.2800.04
HSL199.35º91.45%54.12%-
HSV(B)199.35º87.35%96.08%-
XYZ32.5737.9391.99-
YUV140.51186.9649.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.86%
GREEN value IS 176 (69.14% from 255) = 38.94%
BLUE value IS 245 (96.09% from 255) = 54.20%
R=6.86%
G=38.94%
B=54.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal311762450.870.2800.04199.3591.4554.12
Hex1FB0F5571C04c75b36
Octal37260365127340430713366
Binary1111110110000111101011010111111000100110001111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,176,245); }

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

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

 a { background-color: rgb(31,176,245); }

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

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

 span { border-color: rgb(31,176,245); }

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