Html Css Color HEX #40A1EB Summer Sky

📋 copy color: '#40A1EB'

red 64 ◦ green 161 ◦ blue 235

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

Shades of Summer Sky #40A1EB

Tints of Summer Sky #40A1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35%

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

R = 13.91%
G = 35%
B = 51.09%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40A1EB (or 0x40A1EB) is known color: Summer Sky. HEX triplet: 40, A1 and EB. RGB value is (64,161,235). Sum of RGB (Red+Green+Blue) = 64+161+235=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #40A1EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A1EB is #BF5E14. Grayscale: #8C8C8C. Windows color (decimal): -12541461 or 15442240. OLE color: 15442240.

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

Color convert

RGB 64 161 235 -
CMYK 0.73 0.31 0 0.08
HSL 205.96º 0.81% 0.59% -
HSV(B) 205.96º 0.73% 0.92% -
XYZ 29.85 32.58 83.31 -
YUV 140.43 181.36 73.48 -
System Red Green Blue C M Y K H S L
Decimal 64 161 235 0.73 0.31 0 0.08 205.96 0.81 0.59
Hex 40 A1 EB 49 1F 0 8 CE 51 3B
Octal 100 241 353 111 37 0 10 316 121 73
Binary 1000000 10100001 11101011 1001001 11111 0 1000 11001110 1010001 111011

Color Harmonies of #40A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A1EB

Black with #40A1EB

Text Example


Text Example

White with #40A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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