Html Css Color HEX #40A6EB Summer Sky

📋 copy color: '#40A6EB'

red 64 ◦ green 166 ◦ blue 235

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

Shades of Summer Sky #40A6EB

Tints of Summer Sky #40A6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.7%

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

R = 13.76%
G = 35.7%
B = 50.54%

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

#40A6EB (or 0x40A6EB) is known color: Summer Sky. HEX triplet: 40, A6 and EB. RGB value is (64,166,235). Sum of RGB (Red+Green+Blue) = 64+166+235=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #40A6EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A6EB is #BF5914. Grayscale: #8E8E8E. Windows color (decimal): -12540181 or 15443520. OLE color: 15443520.

HSL color Cylindrical-coordinate representation of color #40A6EB: hue angle of 204.21º 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 #40A6EB is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 166 235 -
CMYK 0.73 0.29 0 0.08
HSL 204.21º 0.81% 0.59% -
HSV(B) 204.21º 0.73% 0.92% -
XYZ 30.75 34.36 83.61 -
YUV 143.37 179.71 71.39 -
System Red Green Blue C M Y K H S L
Decimal 64 166 235 0.73 0.29 0 0.08 204.21 0.81 0.59
Hex 40 A6 EB 49 1D 0 8 CC 51 3B
Octal 100 246 353 111 35 0 10 314 121 73
Binary 1000000 10100110 11101011 1001001 11101 0 1000 11001100 1010001 111011

Color Harmonies of #40A6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A6EB

Black with #40A6EB

Text Example


Text Example

White with #40A6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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