Html Css Color HEX #40ADD5 Summer Sky

📋 copy color: '#40ADD5'

red 64 ◦ green 173 ◦ blue 213

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

Shades of Summer Sky #40ADD5

Tints of Summer Sky #40ADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.33%

R = 14.22%
G = 38.44%
B = 47.33%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#40ADD5 (or 0x40ADD5) is known color: Summer Sky. HEX triplet: 40, AD and D5. RGB value is (64,173,213). Sum of RGB (Red+Green+Blue) = 64+173+213=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #40ADD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADD5 is #BF522A. Grayscale: #909090. Windows color (decimal): -12538411 or 14003520. OLE color: 14003520.

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

Color convert

RGB 64 173 213 -
CMYK 0.70 0.19 0 0.16
HSL 196.11º 0.64% 0.54% -
HSV(B) 196.11º 0.7% 0.84% -
XYZ 29.07 35.78 68.33 -
YUV 144.97 166.39 70.25 -
System Red Green Blue C M Y K H S L
Decimal 64 173 213 0.70 0.19 0 0.16 196.11 0.64 0.54
Hex 40 AD D5 46 13 0 10 C4 40 36
Octal 100 255 325 106 23 0 20 304 100 66
Binary 1000000 10101101 11010101 1000110 10011 0 10000 11000100 1000000 110110

Color Harmonies of #40ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ADD5

Black with #40ADD5

Text Example


Text Example

White with #40ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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