Html Css Color HEX #40A0CF Summer Sky

📋 copy color: '#40A0CF'

red 64 ◦ green 160 ◦ blue 207

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

Shades of Summer Sky #40A0CF

Tints of Summer Sky #40A0CF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.12%

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 14.85%
G = 37.12%
B = 48.03%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40A0CF (or 0x40A0CF) is known color: Summer Sky. HEX triplet: 40, A0 and CF. RGB value is (64,160,207). Sum of RGB (Red+Green+Blue) = 64+160+207=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #40A0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A0CF is #BF5F30. Grayscale: #888888. Windows color (decimal): -12541745 or 13606976. OLE color: 13606976.

HSL color Cylindrical-coordinate representation of color #40A0CF: hue angle of 199.72º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40A0CF is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 160 207 -
CMYK 0.69 0.23 0 0.19
HSL 199.72º 0.6% 0.53% -
HSV(B) 199.72º 0.69% 0.81% -
XYZ 25.95 30.74 63.6 -
YUV 136.65 167.7 76.18 -
System Red Green Blue C M Y K H S L
Decimal 64 160 207 0.69 0.23 0 0.19 199.72 0.6 0.53
Hex 40 A0 CF 45 17 0 13 C8 3C 35
Octal 100 240 317 105 27 0 23 310 74 65
Binary 1000000 10100000 11001111 1000101 10111 0 10011 11001000 111100 110101

Color Harmonies of #40A0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A0CF

Black with #40A0CF

Text Example


Text Example

White with #40A0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,160,207); }

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

background-color css

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

 a { background-color: rgb(64,160,207); }

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

border-color css

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

 span { border-color: rgb(64,160,207); }

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