Html Css Color HEX #40BEEA Summer Sky

📋 copy color: '#40BEEA'

red 64 ◦ green 190 ◦ blue 234

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

Shades of Summer Sky #40BEEA

Tints of Summer Sky #40BEEA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.93%

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

R = 13.11%
G = 38.93%
B = 47.95%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40BEEA (or 0x40BEEA) is known color: Summer Sky. HEX triplet: 40, BE and EA. RGB value is (64,190,234). Sum of RGB (Red+Green+Blue) = 64+190+234=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #40BEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BEEA is #BF4115. Grayscale: #9D9D9D. Windows color (decimal): -12534038 or 15384128. OLE color: 15384128.

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

Color convert

RGB 64 190 234 -
CMYK 0.73 0.19 0 0.08
HSL 195.53º 0.8% 0.58% -
HSV(B) 195.53º 0.73% 0.92% -
XYZ 35.38 43.86 84.44 -
YUV 157.34 171.26 61.42 -
System Red Green Blue C M Y K H S L
Decimal 64 190 234 0.73 0.19 0 0.08 195.53 0.8 0.58
Hex 40 BE EA 49 13 0 8 C4 50 3A
Octal 100 276 352 111 23 0 10 304 120 72
Binary 1000000 10111110 11101010 1001001 10011 0 1000 11000100 1010000 111010

Color Harmonies of #40BEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BEEA

Black with #40BEEA

Text Example


Text Example

White with #40BEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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