#1FBAEF

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

Shades of Summer Sky #1FBAEF

Tints of Summer Sky #1FBAEF

Color information

#1FBAEF (or 0x1FBAEF) is unknown color: approx Summer Sky. HEX triplet: 1F, BA and EF. RGB value is (31,186,239). Sum of RGB (Red+Green+Blue) = 31+186+239=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #1FBAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBAEF is #E04510. Grayscale: #919191. Windows color (decimal): -14697745 or 15710751. OLE color: 15710751.

HSL color Cylindrical-coordinate representation of color #1FBAEF: hue angle of 195.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FBAEF is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB31186239-
CMYK0.870.2200.06
HSL195.29º86.67%52.94%-
HSV(B)195.29º87.03%93.73%-
XYZ33.741.6487.92-
YUV145.7180.6546.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.80%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 239 (93.75% from 255) = 52.41%
R=6.80%
G=40.79%
B=52.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal311862390.870.2200.06195.2986.6752.94
Hex1FBAEF571606c35735
Octal37272357127260630312765
Binary1111110111010111011111010111101100110110000111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,186,239); }

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

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

 a { background-color: rgb(31,186,239); }

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

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

 span { border-color: rgb(31,186,239); }

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