Html Css Color HEX #40BAEB Summer Sky

📋 copy color: '#40BAEB'

red 64 ◦ green 186 ◦ blue 235

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

Shades of Summer Sky #40BAEB

Tints of Summer Sky #40BAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.35%

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

R = 13.2%
G = 38.35%
B = 48.45%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40BAEB (or 0x40BAEB) is known color: Summer Sky. HEX triplet: 40, BA and EB. RGB value is (64,186,235). Sum of RGB (Red+Green+Blue) = 64+186+235=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #40BAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BAEB is #BF4514. Grayscale: #9A9A9A. Windows color (decimal): -12535061 or 15448640. OLE color: 15448640.

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

Color convert

RGB 64 186 235 -
CMYK 0.73 0.21 0 0.08
HSL 197.19º 0.81% 0.59% -
HSV(B) 197.19º 0.73% 0.92% -
XYZ 34.67 42.21 84.92 -
YUV 155.11 173.08 63.02 -
System Red Green Blue C M Y K H S L
Decimal 64 186 235 0.73 0.21 0 0.08 197.19 0.81 0.59
Hex 40 BA EB 49 15 0 8 C5 51 3B
Octal 100 272 353 111 25 0 10 305 121 73
Binary 1000000 10111010 11101011 1001001 10101 0 1000 11000101 1010001 111011

Color Harmonies of #40BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BAEB

Black with #40BAEB

Text Example


Text Example

White with #40BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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