Html Css Color HEX #40BCD8 Summer Sky

📋 copy color: '#40BCD8'

red 64 ◦ green 188 ◦ blue 216

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

Shades of Summer Sky #40BCD8

Tints of Summer Sky #40BCD8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.17%

 BLUE value IS 216 (84.77% from 255) = 46.15%

R = 13.68%
G = 40.17%
B = 46.15%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#40BCD8 (or 0x40BCD8) is known color: Summer Sky. HEX triplet: 40, BC and D8. RGB value is (64,188,216). Sum of RGB (Red+Green+Blue) = 64+188+216=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #40BCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCD8 is #BF4327. Grayscale: #999999. Windows color (decimal): -12534568 or 14203968. OLE color: 14203968.

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

Color convert

RGB 64 188 216 -
CMYK 0.70 0.13 0 0.15
HSL 191.05º 0.66% 0.55% -
HSV(B) 191.05º 0.7% 0.85% -
XYZ 32.49 42.01 71.36 -
YUV 154.12 162.92 63.72 -
System Red Green Blue C M Y K H S L
Decimal 64 188 216 0.70 0.13 0 0.15 191.05 0.66 0.55
Hex 40 BC D8 46 D 0 F BF 42 37
Octal 100 274 330 106 15 0 17 277 102 67
Binary 1000000 10111100 11011000 1000110 1101 0 1111 10111111 1000010 110111

Color Harmonies of #40BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BCD8

Black with #40BCD8

Text Example


Text Example

White with #40BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,188,216); }

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

background-color css

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

 a { background-color: rgb(64,188,216); }

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

border-color css

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

 span { border-color: rgb(64,188,216); }

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