#1F9ADC

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

Shades of Summer Sky #1F9ADC

Tints of Summer Sky #1F9ADC

Color information

#1F9ADC (or 0x1F9ADC) is unknown color: approx Summer Sky. HEX triplet: 1F, 9A and DC. RGB value is (31,154,220). Sum of RGB (Red+Green+Blue) = 31+154+220=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F9ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9ADC is #E06523. Grayscale: #7C7C7C. Windows color (decimal): -14705956 or 14457375. OLE color: 14457375.

HSL color Cylindrical-coordinate representation of color #1F9ADC: hue angle of 200.95º 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 #1F9ADC is Cyan = 0.86, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB31154220-
CMYK0.860.300.14
HSL200.95º75.3%49.22%-
HSV(B)200.95º85.91%86.27%-
XYZ25.0428.5771.9-
YUV124.75181.7561.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.65%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 220 (86.33% from 255) = 54.32%
R=7.65%
G=38.02%
B=54.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal311542200.860.300.14200.9575.349.22
Hex1F9ADC561E0Ec94b31
Octal372323341263601631111361
Binary11111100110101101110010101101111001110110010011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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