Html Css Color HEX #40B7EA Summer Sky

📋 copy color: '#40B7EA'

red 64 ◦ green 183 ◦ blue 234

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

Shades of Summer Sky #40B7EA

Tints of Summer Sky #40B7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.05%

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

R = 13.31%
G = 38.05%
B = 48.65%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40B7EA (or 0x40B7EA) is known color: Summer Sky. HEX triplet: 40, B7 and EA. RGB value is (64,183,234). Sum of RGB (Red+Green+Blue) = 64+183+234=481 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.31% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #40B7EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B7EA is #BF4815. Grayscale: #989898. Windows color (decimal): -12535830 or 15382336. OLE color: 15382336.

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

Color convert

RGB 64 183 234 -
CMYK 0.73 0.22 0 0.08
HSL 198º 0.8% 0.58% -
HSV(B) 198º 0.73% 0.92% -
XYZ 33.9 40.9 83.95 -
YUV 153.23 173.58 64.35 -
System Red Green Blue C M Y K H S L
Decimal 64 183 234 0.73 0.22 0 0.08 198 0.8 0.58
Hex 40 B7 EA 49 16 0 8 C6 50 3A
Octal 100 267 352 111 26 0 10 306 120 72
Binary 1000000 10110111 11101010 1001001 10110 0 1000 11000110 1010000 111010

Color Harmonies of #40B7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B7EA

Black with #40B7EA

Text Example


Text Example

White with #40B7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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