#1FB8E1

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

Shades of Summer Sky #1FB8E1

Tints of Summer Sky #1FB8E1

Color information

#1FB8E1 (or 0x1FB8E1) is unknown color: approx Summer Sky. HEX triplet: 1F, B8 and E1. RGB value is (31,184,225). Sum of RGB (Red+Green+Blue) = 31+184+225=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #1FB8E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB8E1 is #E0471E. Grayscale: #8E8E8E. Windows color (decimal): -14698271 or 14792735. OLE color: 14792735.

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

Color convert

RGB31184225-
CMYK0.860.1800.12
HSL192.68º76.38%50.2%-
HSV(B)192.68º86.22%88.24%-
XYZ31.340.0177.31-
YUV142.93174.3148.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.05%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 225 (88.28% from 255) = 51.14%
R=7.05%
G=41.82%
B=51.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal311842250.860.1800.12192.6876.3850.2
Hex1FB8E156120Cc14c32
Octal372703411262201430111462
Binary11111101110001110000110101101001001100110000011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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