Html Css Color HEX #40ADDC Summer Sky

📋 copy color: '#40ADDC'

red 64 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #40ADDC

Tints of Summer Sky #40ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.86%

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 14%
G = 37.86%
B = 48.14%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40ADDC (or 0x40ADDC) is known color: Summer Sky. HEX triplet: 40, AD and DC. RGB value is (64,173,220). Sum of RGB (Red+Green+Blue) = 64+173+220=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #40ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADDC is #BF5223. Grayscale: #919191. Windows color (decimal): -12538404 or 14462272. OLE color: 14462272.

HSL color Cylindrical-coordinate representation of color #40ADDC: hue angle of 198.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40ADDC is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 173 220 -
CMYK 0.71 0.21 0 0.14
HSL 198.08º 0.69% 0.56% -
HSV(B) 198.08º 0.71% 0.86% -
XYZ 29.98 36.14 73.11 -
YUV 145.77 169.89 69.68 -
System Red Green Blue C M Y K H S L
Decimal 64 173 220 0.71 0.21 0 0.14 198.08 0.69 0.56
Hex 40 AD DC 47 15 0 E C6 45 38
Octal 100 255 334 107 25 0 16 306 105 70
Binary 1000000 10101101 11011100 1000111 10101 0 1110 11000110 1000101 111000

Color Harmonies of #40ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ADDC

Black with #40ADDC

Text Example


Text Example

White with #40ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,173,220); }

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

background-color css

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

 a { background-color: rgb(64,173,220); }

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

border-color css

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

 span { border-color: rgb(64,173,220); }

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