Html Css Color HEX #40B8EB Summer Sky

📋 copy color: '#40B8EB'

red 64 ◦ green 184 ◦ blue 235

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

Shades of Summer Sky #40B8EB

Tints of Summer Sky #40B8EB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.1%

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

R = 13.25%
G = 38.1%
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

#40B8EB (or 0x40B8EB) is known color: Summer Sky. HEX triplet: 40, B8 and EB. RGB value is (64,184,235). Sum of RGB (Red+Green+Blue) = 64+184+235=483 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.25% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #40B8EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B8EB is #BF4714. Grayscale: #999999. Windows color (decimal): -12535573 or 15448128. OLE color: 15448128.

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

Color convert

RGB 64 184 235 -
CMYK 0.73 0.22 0 0.08
HSL 197.89º 0.81% 0.59% -
HSV(B) 197.89º 0.73% 0.92% -
XYZ 34.25 41.37 84.78 -
YUV 153.93 173.74 63.85 -
System Red Green Blue C M Y K H S L
Decimal 64 184 235 0.73 0.22 0 0.08 197.89 0.81 0.59
Hex 40 B8 EB 49 16 0 8 C6 51 3B
Octal 100 270 353 111 26 0 10 306 121 73
Binary 1000000 10111000 11101011 1001001 10110 0 1000 11000110 1010001 111011

Color Harmonies of #40B8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B8EB

Black with #40B8EB

Text Example


Text Example

White with #40B8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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