Html Css Color HEX #40B7DB Summer Sky

📋 copy color: '#40B7DB'

red 64 ◦ green 183 ◦ blue 219

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

Shades of Summer Sky #40B7DB

Tints of Summer Sky #40B7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.27%

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

R = 13.73%
G = 39.27%
B = 47%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40B7DB (or 0x40B7DB) is known color: Summer Sky. HEX triplet: 40, B7 and DB. RGB value is (64,183,219). Sum of RGB (Red+Green+Blue) = 64+183+219=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #40B7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B7DB is #BF4824. Grayscale: #979797. Windows color (decimal): -12535845 or 14399296. OLE color: 14399296.

HSL color Cylindrical-coordinate representation of color #40B7DB: hue angle of 193.94º 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 #40B7DB is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 183 219 -
CMYK 0.71 0.16 0 0.14
HSL 193.94º 0.68% 0.55% -
HSV(B) 193.94º 0.71% 0.86% -
XYZ 31.83 40.07 73.07 -
YUV 151.52 166.08 65.57 -
System Red Green Blue C M Y K H S L
Decimal 64 183 219 0.71 0.16 0 0.14 193.94 0.68 0.55
Hex 40 B7 DB 47 10 0 E C2 44 37
Octal 100 267 333 107 20 0 16 302 104 67
Binary 1000000 10110111 11011011 1000111 10000 0 1110 11000010 1000100 110111

Color Harmonies of #40B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B7DB

Black with #40B7DB

Text Example


Text Example

White with #40B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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