#1FA2E8

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

Shades of Summer Sky #1FA2E8

Tints of Summer Sky #1FA2E8

Color information

#1FA2E8 (or 0x1FA2E8) is unknown color: approx Summer Sky. HEX triplet: 1F, A2 and E8. RGB value is (31,162,232). Sum of RGB (Red+Green+Blue) = 31+162+232=425 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.29% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #1FA2E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA2E8 is #E05D17. Grayscale: #828282. Windows color (decimal): -14703896 or 15245855. OLE color: 15245855.

HSL color Cylindrical-coordinate representation of color #1FA2E8: hue angle of 200.9º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FA2E8 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB31162232-
CMYK0.870.3000.09
HSL200.9º81.38%51.57%-
HSV(B)200.9º86.64%90.98%-
XYZ28.0531.9681.03-
YUV130.81185.156.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.29%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 232 (91.02% from 255) = 54.59%
R=7.29%
G=38.12%
B=54.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal311622320.870.3000.09200.981.3851.57
Hex1FA2E8571E09c95134
Octal372423501273601131112164
Binary11111101000101110100010101111111001001110010011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,162,232); }

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

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

 a { background-color: rgb(31,162,232); }

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

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

 span { border-color: rgb(31,162,232); }

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