Html Css Color HEX #40A1CE Summer Sky

📋 copy color: '#40A1CE'

red 64 ◦ green 161 ◦ blue 206

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

Shades of Summer Sky #40A1CE

Tints of Summer Sky #40A1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.35%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 14.85%
G = 37.35%
B = 47.8%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40A1CE (or 0x40A1CE) is known color: Summer Sky. HEX triplet: 40, A1 and CE. RGB value is (64,161,206). Sum of RGB (Red+Green+Blue) = 64+161+206=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #40A1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A1CE is #BF5E31. Grayscale: #888888. Windows color (decimal): -12541490 or 13541696. OLE color: 13541696.

HSL color Cylindrical-coordinate representation of color #40A1CE: hue angle of 199.01º degrees, saturation: 0.59, 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 #40A1CE is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 161 206 -
CMYK 0.69 0.22 0 0.19
HSL 199.01º 0.59% 0.53% -
HSV(B) 199.01º 0.69% 0.81% -
XYZ 26 31.04 63.01 -
YUV 137.13 166.86 75.84 -
System Red Green Blue C M Y K H S L
Decimal 64 161 206 0.69 0.22 0 0.19 199.01 0.59 0.53
Hex 40 A1 CE 45 16 0 13 C7 3B 35
Octal 100 241 316 105 26 0 23 307 73 65
Binary 1000000 10100001 11001110 1000101 10110 0 10011 11000111 111011 110101

Color Harmonies of #40A1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A1CE

Black with #40A1CE

Text Example


Text Example

White with #40A1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,161,206); }

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

background-color css

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

 a { background-color: rgb(64,161,206); }

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

border-color css

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

 span { border-color: rgb(64,161,206); }

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