Html Css Color HEX #40A2CE Summer Sky

📋 copy color: '#40A2CE'

red 64 ◦ green 162 ◦ blue 206

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

Shades of Summer Sky #40A2CE

Tints of Summer Sky #40A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.5%

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

R = 14.81%
G = 37.5%
B = 47.69%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40A2CE (or 0x40A2CE) is known color: Summer Sky. HEX triplet: 40, A2 and CE. RGB value is (64,162,206). Sum of RGB (Red+Green+Blue) = 64+162+206=432 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.81% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #40A2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A2CE is #BF5D31. Grayscale: #898989. Windows color (decimal): -12541234 or 13541952. OLE color: 13541952.

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

Color convert

RGB 64 162 206 -
CMYK 0.69 0.21 0 0.19
HSL 198.59º 0.59% 0.53% -
HSV(B) 198.59º 0.69% 0.81% -
XYZ 26.18 31.39 63.07 -
YUV 137.71 166.53 75.42 -
System Red Green Blue C M Y K H S L
Decimal 64 162 206 0.69 0.21 0 0.19 198.59 0.59 0.53
Hex 40 A2 CE 45 15 0 13 C7 3B 35
Octal 100 242 316 105 25 0 23 307 73 65
Binary 1000000 10100010 11001110 1000101 10101 0 10011 11000111 111011 110101

Color Harmonies of #40A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A2CE

Black with #40A2CE

Text Example


Text Example

White with #40A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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