Html Css Color HEX #40A8EB Summer Sky

📋 copy color: '#40A8EB'

red 64 ◦ green 168 ◦ blue 235

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

Shades of Summer Sky #40A8EB

Tints of Summer Sky #40A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 13.7%
G = 35.97%
B = 50.32%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40A8EB (or 0x40A8EB) is known color: Summer Sky. HEX triplet: 40, A8 and EB. RGB value is (64,168,235). Sum of RGB (Red+Green+Blue) = 64+168+235=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #40A8EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A8EB is #BF5714. Grayscale: #909090. Windows color (decimal): -12539669 or 15444032. OLE color: 15444032.

HSL color Cylindrical-coordinate representation of color #40A8EB: hue angle of 203.51º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40A8EB is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 168 235 -
CMYK 0.73 0.29 0 0.08
HSL 203.51º 0.81% 0.59% -
HSV(B) 203.51º 0.73% 0.92% -
XYZ 31.11 35.09 83.73 -
YUV 144.54 179.04 70.55 -
System Red Green Blue C M Y K H S L
Decimal 64 168 235 0.73 0.29 0 0.08 203.51 0.81 0.59
Hex 40 A8 EB 49 1D 0 8 CC 51 3B
Octal 100 250 353 111 35 0 10 314 121 73
Binary 1000000 10101000 11101011 1001001 11101 0 1000 11001100 1010001 111011

Color Harmonies of #40A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A8EB

Black with #40A8EB

Text Example


Text Example

White with #40A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,168,235); }

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

background-color css

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

 a { background-color: rgb(64,168,235); }

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

border-color css

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

 span { border-color: rgb(64,168,235); }

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