Html Css Color HEX #40B5EA Summer Sky

📋 copy color: '#40B5EA'

red 64 ◦ green 181 ◦ blue 234

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

Shades of Summer Sky #40B5EA

Tints of Summer Sky #40B5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.79%

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 13.36%
G = 37.79%
B = 48.85%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40B5EA (or 0x40B5EA) is known color: Summer Sky. HEX triplet: 40, B5 and EA. RGB value is (64,181,234). Sum of RGB (Red+Green+Blue) = 64+181+234=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #40B5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B5EA is #BF4A15. Grayscale: #979797. Windows color (decimal): -12536342 or 15381824. OLE color: 15381824.

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

Color convert

RGB 64 181 234 -
CMYK 0.73 0.23 0 0.08
HSL 198.71º 0.8% 0.58% -
HSV(B) 198.71º 0.73% 0.92% -
XYZ 33.49 40.08 83.81 -
YUV 152.06 174.24 65.19 -
System Red Green Blue C M Y K H S L
Decimal 64 181 234 0.73 0.23 0 0.08 198.71 0.8 0.58
Hex 40 B5 EA 49 17 0 8 C7 50 3A
Octal 100 265 352 111 27 0 10 307 120 72
Binary 1000000 10110101 11101010 1001001 10111 0 1000 11000111 1010000 111010

Color Harmonies of #40B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B5EA

Black with #40B5EA

Text Example


Text Example

White with #40B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,181,234); }

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

background-color css

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

 a { background-color: rgb(64,181,234); }

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

border-color css

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

 span { border-color: rgb(64,181,234); }

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