#40ABFE

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

Shades of Summer Sky #40ABFE

Tints of Summer Sky #40ABFE

Color information

#40ABFE (or 0x40ABFE) is unknown color: approx Summer Sky. HEX triplet: 40, AB and FE. RGB value is (64,171,254). Sum of RGB (Red+Green+Blue) = 64+171+254=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #40ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ABFE is #BF5401. Grayscale: #949494. Windows color (decimal): -12538882 or 16689984. OLE color: 16689984.

HSL color Cylindrical-coordinate representation of color #40ABFE: hue angle of 206.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40ABFE is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB64171254-
CMYK0.750.3300.00
HSL206.21º98.96%62.35%-
HSV(B)206.21º74.8%99.61%-
XYZ34.5737.3799.16-
YUV148.47187.5567.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.09%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 254 (99.61% from 255) = 51.94%
R=13.09%
G=34.97%
B=51.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal641712540.750.3300.00206.2198.9662.35
Hex40ABFE4B2100ce633e
Octal100253376113410031614376
Binary10000001010101111111110100101110000100110011101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40ABFE; }

 p { color: rgb(64,171,254); }

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

<style>
 a { background-color: #40ABFE; }

 a { background-color: rgb(64,171,254); }

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

<style>
 span { border-color: #40ABFE; }

 span { border-color: rgb(64,171,254); }

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