Html Css Color HEX #40BAEF Summer Sky

📋 copy color: '#40BAEF'

red 64 ◦ green 186 ◦ blue 239

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

Shades of Summer Sky #40BAEF

Tints of Summer Sky #40BAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.88%

R = 13.09%
G = 38.04%
B = 48.88%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40BAEF (or 0x40BAEF) is known color: Summer Sky. HEX triplet: 40, BA and EF. RGB value is (64,186,239). Sum of RGB (Red+Green+Blue) = 64+186+239=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #40BAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BAEF is #BF4510. Grayscale: #9B9B9B. Windows color (decimal): -12535057 or 15710784. OLE color: 15710784.

HSL color Cylindrical-coordinate representation of color #40BAEF: hue angle of 198.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40BAEF is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 186 239 -
CMYK 0.73 0.22 0 0.06
HSL 198.17º 0.85% 0.59% -
HSV(B) 198.17º 0.73% 0.94% -
XYZ 35.25 42.44 88 -
YUV 155.56 175.08 62.69 -
System Red Green Blue C M Y K H S L
Decimal 64 186 239 0.73 0.22 0 0.06 198.17 0.85 0.59
Hex 40 BA EF 49 16 0 6 C6 55 3B
Octal 100 272 357 111 26 0 6 306 125 73
Binary 1000000 10111010 11101111 1001001 10110 0 110 11000110 1010101 111011

Color Harmonies of #40BAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BAEF

Black with #40BAEF

Text Example


Text Example

White with #40BAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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