#1FA3E8

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

Shades of Summer Sky #1FA3E8

Tints of Summer Sky #1FA3E8

Color information

#1FA3E8 (or 0x1FA3E8) is unknown color: approx Summer Sky. HEX triplet: 1F, A3 and E8. RGB value is (31,163,232). Sum of RGB (Red+Green+Blue) = 31+163+232=426 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.28% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 232 (91.02% from 255 or 54.46% from 426); Max value from RGB is 232 - color contains mainly: blue. Hex color #1FA3E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA3E8 is #E05C17. Grayscale: #828282. Windows color (decimal): -14703640 or 15246111. OLE color: 15246111.

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

Color convert

RGB31163232-
CMYK0.870.3000.09
HSL200.6º81.38%51.57%-
HSV(B)200.6º86.64%90.98%-
XYZ28.2332.3181.09-
YUV131.4184.7756.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.28%
GREEN value IS 163 (64.06% from 255) = 38.26%
BLUE value IS 232 (91.02% from 255) = 54.46%
R=7.28%
G=38.26%
B=54.46%

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
Decimal311632320.870.3000.09200.681.3851.57
Hex1FA3E8571E09c95134
Octal372433501273601131112164
Binary11111101000111110100010101111111001001110010011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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