Html Css Color HEX #40BEEE Summer Sky

📋 copy color: '#40BEEE'

red 64 ◦ green 190 ◦ blue 238

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

Shades of Summer Sky #40BEEE

Tints of Summer Sky #40BEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.37%

R = 13.01%
G = 38.62%
B = 48.37%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40BEEE (or 0x40BEEE) is known color: Summer Sky. HEX triplet: 40, BE and EE. RGB value is (64,190,238). Sum of RGB (Red+Green+Blue) = 64+190+238=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #40BEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BEEE is #BF4111. Grayscale: #9D9D9D. Windows color (decimal): -12534034 or 15646272. OLE color: 15646272.

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

Color convert

RGB 64 190 238 -
CMYK 0.73 0.20 0 0.07
HSL 196.55º 0.84% 0.59% -
HSV(B) 196.55º 0.73% 0.93% -
XYZ 35.96 44.09 87.5 -
YUV 157.8 173.26 61.1 -
System Red Green Blue C M Y K H S L
Decimal 64 190 238 0.73 0.20 0 0.07 196.55 0.84 0.59
Hex 40 BE EE 49 14 0 7 C5 54 3B
Octal 100 276 356 111 24 0 7 305 124 73
Binary 1000000 10111110 11101110 1001001 10100 0 111 11000101 1010100 111011

Color Harmonies of #40BEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BEEE

Black with #40BEEE

Text Example


Text Example

White with #40BEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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