Html Css Color HEX #40BAEC Summer Sky

📋 copy color: '#40BAEC'

red 64 ◦ green 186 ◦ blue 236

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

Shades of Summer Sky #40BAEC

Tints of Summer Sky #40BAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.56%

R = 13.17%
G = 38.27%
B = 48.56%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40BAEC (or 0x40BAEC) is known color: Summer Sky. HEX triplet: 40, BA and EC. RGB value is (64,186,236). Sum of RGB (Red+Green+Blue) = 64+186+236=486 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.17% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #40BAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BAEC is #BF4513. Grayscale: #9A9A9A. Windows color (decimal): -12535060 or 15514176. OLE color: 15514176.

HSL color Cylindrical-coordinate representation of color #40BAEC: hue angle of 197.44º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40BAEC is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 186 236 -
CMYK 0.73 0.21 0 0.07
HSL 197.44º 0.82% 0.59% -
HSV(B) 197.44º 0.73% 0.93% -
XYZ 34.81 42.26 85.68 -
YUV 155.22 173.58 62.93 -
System Red Green Blue C M Y K H S L
Decimal 64 186 236 0.73 0.21 0 0.07 197.44 0.82 0.59
Hex 40 BA EC 49 15 0 7 C5 52 3B
Octal 100 272 354 111 25 0 7 305 122 73
Binary 1000000 10111010 11101100 1001001 10101 0 111 11000101 1010010 111011

Color Harmonies of #40BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BAEC

Black with #40BAEC

Text Example


Text Example

White with #40BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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