#1FA8D8

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

Shades of Summer Sky #1FA8D8

Tints of Summer Sky #1FA8D8

Color information

#1FA8D8 (or 0x1FA8D8) is unknown color: approx Summer Sky. HEX triplet: 1F, A8 and D8. RGB value is (31,168,216). Sum of RGB (Red+Green+Blue) = 31+168+216=415 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.47% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 216 (84.77% from 255 or 52.05% from 415); Max value from RGB is 216 - color contains mainly: blue. Hex color #1FA8D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA8D8 is #E05727. Grayscale: #848484. Windows color (decimal): -14702376 or 14198815. OLE color: 14198815.

HSL color Cylindrical-coordinate representation of color #1FA8D8: hue angle of 195.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FA8D8 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB31168216-
CMYK0.860.2200.15
HSL195.57º74.9%48.43%-
HSV(B)195.57º85.65%84.71%-
XYZ26.9633.2569.96-
YUV132.51175.1155.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.47%
GREEN value IS 168 (66.02% from 255) = 40.48%
BLUE value IS 216 (84.77% from 255) = 52.05%
R=7.47%
G=40.48%
B=52.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal311682160.860.2200.15195.5774.948.43
Hex1FA8D856160Fc44b30
Octal372503301262601730411360
Binary11111101010001101100010101101011001111110001001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,168,216); }

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

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

 a { background-color: rgb(31,168,216); }

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

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

 span { border-color: rgb(31,168,216); }

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