Html Css Color HEX #40B1EA Summer Sky

📋 copy color: '#40B1EA'

red 64 ◦ green 177 ◦ blue 234

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

Shades of Summer Sky #40B1EA

Tints of Summer Sky #40B1EA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.26%

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

R = 13.47%
G = 37.26%
B = 49.26%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40B1EA (or 0x40B1EA) is known color: Summer Sky. HEX triplet: 40, B1 and EA. RGB value is (64,177,234). Sum of RGB (Red+Green+Blue) = 64+177+234=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #40B1EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40B1EA is #BF4E15. Grayscale: #959595. Windows color (decimal): -12537366 or 15380800. OLE color: 15380800.

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

Color convert

RGB 64 177 234 -
CMYK 0.73 0.24 0 0.08
HSL 200.12º 0.8% 0.58% -
HSV(B) 200.12º 0.73% 0.92% -
XYZ 32.69 38.47 83.55 -
YUV 149.71 175.56 66.87 -
System Red Green Blue C M Y K H S L
Decimal 64 177 234 0.73 0.24 0 0.08 200.12 0.8 0.58
Hex 40 B1 EA 49 18 0 8 C8 50 3A
Octal 100 261 352 111 30 0 10 310 120 72
Binary 1000000 10110001 11101010 1001001 11000 0 1000 11001000 1010000 111010

Color Harmonies of #40B1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B1EA

Black with #40B1EA

Text Example


Text Example

White with #40B1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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