Html Css Color HEX #40C0D8 Summer Sky

📋 copy color: '#40C0D8'

red 64 ◦ green 192 ◦ blue 216

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

Shades of Summer Sky #40C0D8

Tints of Summer Sky #40C0D8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.68%

 BLUE value IS 216 (84.77% from 255) = 45.76%

R = 13.56%
G = 40.68%
B = 45.76%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#40C0D8 (or 0x40C0D8) is known color: Summer Sky. HEX triplet: 40, C0 and D8. RGB value is (64,192,216). Sum of RGB (Red+Green+Blue) = 64+192+216=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #40C0D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C0D8 is #BF3F27. Grayscale: #9C9C9C. Windows color (decimal): -12533544 or 14204992. OLE color: 14204992.

HSL color Cylindrical-coordinate representation of color #40C0D8: hue angle of 189.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40C0D8 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 192 216 -
CMYK 0.70 0.11 0 0.15
HSL 189.47º 0.66% 0.55% -
HSV(B) 189.47º 0.7% 0.85% -
XYZ 33.36 43.75 71.65 -
YUV 156.46 161.59 62.05 -
System Red Green Blue C M Y K H S L
Decimal 64 192 216 0.70 0.11 0 0.15 189.47 0.66 0.55
Hex 40 C0 D8 46 B 0 F BD 42 37
Octal 100 300 330 106 13 0 17 275 102 67
Binary 1000000 11000000 11011000 1000110 1011 0 1111 10111101 1000010 110111

Color Harmonies of #40C0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C0D8

Black with #40C0D8

Text Example


Text Example

White with #40C0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,192,216); }

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

background-color css

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

 a { background-color: rgb(64,192,216); }

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

border-color css

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

 span { border-color: rgb(64,192,216); }

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