Html Css Color HEX #40B4DB Summer Sky

📋 copy color: '#40B4DB'

red 64 ◦ green 180 ◦ blue 219

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

Shades of Summer Sky #40B4DB

Tints of Summer Sky #40B4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.88%

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

R = 13.82%
G = 38.88%
B = 47.3%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40B4DB (or 0x40B4DB) is known color: Summer Sky. HEX triplet: 40, B4 and DB. RGB value is (64,180,219). Sum of RGB (Red+Green+Blue) = 64+180+219=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #40B4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B4DB is #BF4B24. Grayscale: #959595. Windows color (decimal): -12536613 or 14398528. OLE color: 14398528.

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

Color convert

RGB 64 180 219 -
CMYK 0.71 0.18 0 0.14
HSL 195.1º 0.68% 0.55% -
HSV(B) 195.1º 0.71% 0.86% -
XYZ 31.22 38.85 72.87 -
YUV 149.76 167.07 66.83 -
System Red Green Blue C M Y K H S L
Decimal 64 180 219 0.71 0.18 0 0.14 195.1 0.68 0.55
Hex 40 B4 DB 47 12 0 E C3 44 37
Octal 100 264 333 107 22 0 16 303 104 67
Binary 1000000 10110100 11011011 1000111 10010 0 1110 11000011 1000100 110111

Color Harmonies of #40B4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B4DB

Black with #40B4DB

Text Example


Text Example

White with #40B4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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