#1f9edc

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

Shades of Summer Sky #1F9EDC

Tints of Summer Sky #1F9EDC

Color information

#1F9EDC (or 0x1F9EDC) is unknown color: approx Summer Sky. HEX triplet: 1F, 9E and DC. RGB value is (31,158,220). Sum of RGB (Red+Green+Blue) = 31+158+220=409 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.58% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F9EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9EDC is #E06123. Grayscale: #7E7E7E. Windows color (decimal): -14704932 or 14458399. OLE color: 14458399.

HSL color Cylindrical-coordinate representation of color #1F9EDC: hue angle of 199.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F9EDC is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB31158220-
CMYK0.860.2800.14
HSL199.68º75.3%49.22%-
HSV(B)199.68º85.91%86.27%-
XYZ25.7129.9172.13-
YUV127.1180.4259.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.58%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 220 (86.33% from 255) = 53.79%
R=7.58%
G=38.63%
B=53.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal311582200.860.2800.14199.6875.349.22
Hex1F9EDC561C0Ec84b31
Octal372363341263401631011361
Binary11111100111101101110010101101110001110110010001001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f9edc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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