Html Css Color HEX #40BAEA Summer Sky

📋 copy color: '#40BAEA'

red 64 ◦ green 186 ◦ blue 234

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

Shades of Summer Sky #40BAEA

Tints of Summer Sky #40BAEA

RGB

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

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

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

R = 13.22%
G = 38.43%
B = 48.35%

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

#40BAEA (or 0x40BAEA) is known color: Summer Sky. HEX triplet: 40, BA and EA. RGB value is (64,186,234). Sum of RGB (Red+Green+Blue) = 64+186+234=484 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.22% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #40BAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BAEA is #BF4515. Grayscale: #9A9A9A. Windows color (decimal): -12535062 or 15383104. OLE color: 15383104.

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

Color convert

RGB 64 186 234 -
CMYK 0.73 0.21 0 0.08
HSL 196.94º 0.8% 0.58% -
HSV(B) 196.94º 0.73% 0.92% -
XYZ 34.52 42.15 84.16 -
YUV 154.99 172.58 63.1 -
System Red Green Blue C M Y K H S L
Decimal 64 186 234 0.73 0.21 0 0.08 196.94 0.8 0.58
Hex 40 BA EA 49 15 0 8 C5 50 3A
Octal 100 272 352 111 25 0 10 305 120 72
Binary 1000000 10111010 11101010 1001001 10101 0 1000 11000101 1010000 111010

Color Harmonies of #40BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BAEA

Black with #40BAEA

Text Example


Text Example

White with #40BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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