#1FB7F2

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

Shades of Summer Sky #1FB7F2

Tints of Summer Sky #1FB7F2

Color information

#1FB7F2 (or 0x1FB7F2) is unknown color: approx Summer Sky. HEX triplet: 1F, B7 and F2. RGB value is (31,183,242). Sum of RGB (Red+Green+Blue) = 31+183+242=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #1FB7F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB7F2 is #E0480D. Grayscale: #8F8F8F. Windows color (decimal): -14698510 or 15906591. OLE color: 15906591.

HSL color Cylindrical-coordinate representation of color #1FB7F2: hue angle of 196.78º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FB7F2 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB31183242-
CMYK0.870.2400.05
HSL196.78º89.03%53.53%-
HSV(B)196.78º87.19%94.9%-
XYZ33.5340.5790.07-
YUV144.28183.1447.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.80%
GREEN value IS 183 (71.88% from 255) = 40.13%
BLUE value IS 242 (94.92% from 255) = 53.07%
R=6.80%
G=40.13%
B=53.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal311832420.870.2400.05196.7889.0353.53
Hex1FB7F2571805c55936
Octal37267362127300530513166
Binary1111110110111111100101010111110000101110001011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,183,242); }

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

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

 a { background-color: rgb(31,183,242); }

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

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

 span { border-color: rgb(31,183,242); }

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