Html Css Color HEX #40AAFE Summer Sky

📋 copy color: '#40AAFE'

red 64 ◦ green 170 ◦ blue 254

#40AAFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #40AAFE

Tints of Summer Sky #40AAFE

RGB

 RED value IS 64 (25.39% from 255) = 13.11%

 GREEN value IS 170 (66.8% from 255) = 34.84%

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 13.11%
G = 34.84%
B = 52.05%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#40AAFE (or 0x40AAFE) is known color: Summer Sky. HEX triplet: 40, AA and FE. RGB value is (64,170,254). Sum of RGB (Red+Green+Blue) = 64+170+254=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #40AAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AAFE is #BF5501. Grayscale: #939393. Windows color (decimal): -12539138 or 16689728. OLE color: 16689728.

HSL color Cylindrical-coordinate representation of color #40AAFE: hue angle of 206.53º 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 #40AAFE is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 64 170 254 -
CMYK 0.75 0.33 0 0.00
HSL 206.53º 0.99% 0.62% -
HSV(B) 206.53º 0.75% 1% -
XYZ 34.38 37 99.09 -
YUV 147.88 187.88 68.17 -
System Red Green Blue C M Y K H S L
Decimal 64 170 254 0.75 0.33 0 0.00 206.53 0.99 0.62
Hex 40 AA FE 4B 21 0 0 CF 63 3E
Octal 100 252 376 113 41 0 0 317 143 76
Binary 1000000 10101010 11111110 1001011 100001 0 0 11001111 1100011 111110

Color Harmonies of #40AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AAFE

Black with #40AAFE

Text Example


Text Example

White with #40AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40AAFE;
 }
 .AnyTagClassName
 {
   color: #40AAFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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