Html Css Color HEX #40B5D7 Summer Sky

📋 copy color: '#40B5D7'

red 64 ◦ green 181 ◦ blue 215

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

Shades of Summer Sky #40B5D7

Tints of Summer Sky #40B5D7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.35%

 BLUE value IS 215 (84.38% from 255) = 46.74%

R = 13.91%
G = 39.35%
B = 46.74%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#40B5D7 (or 0x40B5D7) is known color: Summer Sky. HEX triplet: 40, B5 and D7. RGB value is (64,181,215). Sum of RGB (Red+Green+Blue) = 64+181+215=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #40B5D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B5D7 is #BF4A28. Grayscale: #959595. Windows color (decimal): -12536361 or 14136640. OLE color: 14136640.

HSL color Cylindrical-coordinate representation of color #40B5D7: hue angle of 193.51º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40B5D7 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 181 215 -
CMYK 0.70 0.16 0 0.16
HSL 193.51º 0.65% 0.55% -
HSV(B) 193.51º 0.7% 0.84% -
XYZ 30.9 39.04 70.2 -
YUV 149.89 164.74 66.74 -
System Red Green Blue C M Y K H S L
Decimal 64 181 215 0.70 0.16 0 0.16 193.51 0.65 0.55
Hex 40 B5 D7 46 10 0 10 C2 41 37
Octal 100 265 327 106 20 0 20 302 101 67
Binary 1000000 10110101 11010111 1000110 10000 0 10000 11000010 1000001 110111

Color Harmonies of #40B5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B5D7

Black with #40B5D7

Text Example


Text Example

White with #40B5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,181,215); }

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

background-color css

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

 a { background-color: rgb(64,181,215); }

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

border-color css

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

 span { border-color: rgb(64,181,215); }

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