Html Css Color HEX #40BBD7 Summer Sky

📋 copy color: '#40BBD7'

red 64 ◦ green 187 ◦ blue 215

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

Shades of Summer Sky #40BBD7

Tints of Summer Sky #40BBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.14%

R = 13.73%
G = 40.13%
B = 46.14%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#40BBD7 (or 0x40BBD7) is known color: Summer Sky. HEX triplet: 40, BB and D7. RGB value is (64,187,215). Sum of RGB (Red+Green+Blue) = 64+187+215=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #40BBD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBD7 is #BF4428. Grayscale: #999999. Windows color (decimal): -12534825 or 14138176. OLE color: 14138176.

HSL color Cylindrical-coordinate representation of color #40BBD7: hue angle of 191.13º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40BBD7 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 187 215 -
CMYK 0.70 0.13 0 0.16
HSL 191.13º 0.65% 0.55% -
HSV(B) 191.13º 0.7% 0.84% -
XYZ 32.15 41.54 70.61 -
YUV 153.42 162.75 64.22 -
System Red Green Blue C M Y K H S L
Decimal 64 187 215 0.70 0.13 0 0.16 191.13 0.65 0.55
Hex 40 BB D7 46 D 0 10 BF 41 37
Octal 100 273 327 106 15 0 20 277 101 67
Binary 1000000 10111011 11010111 1000110 1101 0 10000 10111111 1000001 110111

Color Harmonies of #40BBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BBD7

Black with #40BBD7

Text Example


Text Example

White with #40BBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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