Html Css Color HEX #40BADB Summer Sky

📋 copy color: '#40BADB'

red 64 ◦ green 186 ◦ blue 219

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

Shades of Summer Sky #40BADB

Tints of Summer Sky #40BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 13.65%
G = 39.66%
B = 46.7%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40BADB (or 0x40BADB) is known color: Summer Sky. HEX triplet: 40, BA and DB. RGB value is (64,186,219). Sum of RGB (Red+Green+Blue) = 64+186+219=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #40BADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BADB is #BF4524. Grayscale: #999999. Windows color (decimal): -12535077 or 14400064. OLE color: 14400064.

HSL color Cylindrical-coordinate representation of color #40BADB: hue angle of 192.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BADB is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 186 219 -
CMYK 0.71 0.15 0 0.14
HSL 192.77º 0.68% 0.55% -
HSV(B) 192.77º 0.71% 0.86% -
XYZ 32.46 41.32 73.28 -
YUV 153.28 165.08 64.32 -
System Red Green Blue C M Y K H S L
Decimal 64 186 219 0.71 0.15 0 0.14 192.77 0.68 0.55
Hex 40 BA DB 47 F 0 E C1 44 37
Octal 100 272 333 107 17 0 16 301 104 67
Binary 1000000 10111010 11011011 1000111 1111 0 1110 11000001 1000100 110111

Color Harmonies of #40BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BADB

Black with #40BADB

Text Example


Text Example

White with #40BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,186,219); }

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

background-color css

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

 a { background-color: rgb(64,186,219); }

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

border-color css

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

 span { border-color: rgb(64,186,219); }

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