Html Css Color HEX #40BBEB Summer Sky

📋 copy color: '#40BBEB'

red 64 ◦ green 187 ◦ blue 235

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

Shades of Summer Sky #40BBEB

Tints of Summer Sky #40BBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 13.17%
G = 38.48%
B = 48.35%

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

#40BBEB (or 0x40BBEB) is known color: Summer Sky. HEX triplet: 40, BB and EB. RGB value is (64,187,235). Sum of RGB (Red+Green+Blue) = 64+187+235=486 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.17% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #40BBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BBEB is #BF4414. Grayscale: #9B9B9B. Windows color (decimal): -12534805 or 15448896. OLE color: 15448896.

HSL color Cylindrical-coordinate representation of color #40BBEB: hue angle of 196.84º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40BBEB is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 187 235 -
CMYK 0.73 0.20 0 0.08
HSL 196.84º 0.81% 0.59% -
HSV(B) 196.84º 0.73% 0.92% -
XYZ 34.88 42.63 84.99 -
YUV 155.7 172.75 62.6 -
System Red Green Blue C M Y K H S L
Decimal 64 187 235 0.73 0.20 0 0.08 196.84 0.81 0.59
Hex 40 BB EB 49 14 0 8 C5 51 3B
Octal 100 273 353 111 24 0 10 305 121 73
Binary 1000000 10111011 11101011 1001001 10100 0 1000 11000101 1010001 111011

Color Harmonies of #40BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BBEB

Black with #40BBEB

Text Example


Text Example

White with #40BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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