Html Css Color HEX #40BCDE Summer Sky

📋 copy color: '#40BCDE'

red 64 ◦ green 188 ◦ blue 222

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

Shades of Summer Sky #40BCDE

Tints of Summer Sky #40BCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 13.5%
G = 39.66%
B = 46.84%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#40BCDE (or 0x40BCDE) is known color: Summer Sky. HEX triplet: 40, BC and DE. RGB value is (64,188,222). Sum of RGB (Red+Green+Blue) = 64+188+222=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #40BCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCDE is #BF4321. Grayscale: #9A9A9A. Windows color (decimal): -12534562 or 14597184. OLE color: 14597184.

HSL color Cylindrical-coordinate representation of color #40BCDE: hue angle of 192.91º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BCDE is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 188 222 -
CMYK 0.71 0.15 0 0.13
HSL 192.91º 0.71% 0.56% -
HSV(B) 192.91º 0.71% 0.87% -
XYZ 33.28 42.33 75.52 -
YUV 154.8 165.92 63.24 -
System Red Green Blue C M Y K H S L
Decimal 64 188 222 0.71 0.15 0 0.13 192.91 0.71 0.56
Hex 40 BC DE 47 F 0 D C1 47 38
Octal 100 274 336 107 17 0 15 301 107 70
Binary 1000000 10111100 11011110 1000111 1111 0 1101 11000001 1000111 111000

Color Harmonies of #40BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BCDE

Black with #40BCDE

Text Example


Text Example

White with #40BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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