Html Css Color HEX #40B3DB Summer Sky

📋 copy color: '#40B3DB'

red 64 ◦ green 179 ◦ blue 219

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

Shades of Summer Sky #40B3DB

Tints of Summer Sky #40B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.74%

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

R = 13.85%
G = 38.74%
B = 47.4%

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

#40B3DB (or 0x40B3DB) is known color: Summer Sky. HEX triplet: 40, B3 and DB. RGB value is (64,179,219). Sum of RGB (Red+Green+Blue) = 64+179+219=462 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.85% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #40B3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B3DB is #BF4C24. Grayscale: #949494. Windows color (decimal): -12536869 or 14398272. OLE color: 14398272.

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

Color convert

RGB 64 179 219 -
CMYK 0.71 0.18 0 0.14
HSL 195.48º 0.68% 0.55% -
HSV(B) 195.48º 0.71% 0.86% -
XYZ 31.02 38.44 72.8 -
YUV 149.18 167.4 67.25 -
System Red Green Blue C M Y K H S L
Decimal 64 179 219 0.71 0.18 0 0.14 195.48 0.68 0.55
Hex 40 B3 DB 47 12 0 E C3 44 37
Octal 100 263 333 107 22 0 16 303 104 67
Binary 1000000 10110011 11011011 1000111 10010 0 1110 11000011 1000100 110111

Color Harmonies of #40B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B3DB

Black with #40B3DB

Text Example


Text Example

White with #40B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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