Html Css Color HEX #40BBEA Summer Sky

📋 copy color: '#40BBEA'

red 64 ◦ green 187 ◦ blue 234

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

Shades of Summer Sky #40BBEA

Tints of Summer Sky #40BBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.56%

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

R = 13.2%
G = 38.56%
B = 48.25%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40BBEA (or 0x40BBEA) is known color: Summer Sky. HEX triplet: 40, BB and EA. RGB value is (64,187,234). Sum of RGB (Red+Green+Blue) = 64+187+234=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #40BBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BBEA is #BF4415. Grayscale: #9B9B9B. Windows color (decimal): -12534806 or 15383360. OLE color: 15383360.

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

Color convert

RGB 64 187 234 -
CMYK 0.73 0.20 0 0.08
HSL 196.59º 0.8% 0.58% -
HSV(B) 196.59º 0.73% 0.92% -
XYZ 34.74 42.57 84.23 -
YUV 155.58 172.25 62.68 -
System Red Green Blue C M Y K H S L
Decimal 64 187 234 0.73 0.20 0 0.08 196.59 0.8 0.58
Hex 40 BB EA 49 14 0 8 C5 50 3A
Octal 100 273 352 111 24 0 10 305 120 72
Binary 1000000 10111011 11101010 1001001 10100 0 1000 11000101 1010000 111010

Color Harmonies of #40BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BBEA

Black with #40BBEA

Text Example


Text Example

White with #40BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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