#1F9EE1

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

Shades of Summer Sky #1F9EE1

Tints of Summer Sky #1F9EE1

Color information

#1F9EE1 (or 0x1F9EE1) is unknown color: approx Summer Sky. HEX triplet: 1F, 9E and E1. RGB value is (31,158,225). Sum of RGB (Red+Green+Blue) = 31+158+225=414 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.49% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #1F9EE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9EE1 is #E0611E. Grayscale: #7F7F7F. Windows color (decimal): -14704927 or 14786079. OLE color: 14786079.

HSL color Cylindrical-coordinate representation of color #1F9EE1: hue angle of 200.72º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F9EE1 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB31158225-
CMYK0.860.3000.12
HSL200.72º76.38%50.2%-
HSV(B)200.72º86.22%88.24%-
XYZ26.3830.1875.67-
YUV127.66182.9259.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.49%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 225 (88.28% from 255) = 54.35%
R=7.49%
G=38.16%
B=54.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal311582250.860.3000.12200.7276.3850.2
Hex1F9EE1561E0Cc94c32
Octal372363411263601431111462
Binary11111100111101110000110101101111001100110010011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,158,225); }

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

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

 a { background-color: rgb(31,158,225); }

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

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

 span { border-color: rgb(31,158,225); }

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