Html Css Color HEX #40A6CF Summer Sky

📋 copy color: '#40A6CF'

red 64 ◦ green 166 ◦ blue 207

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

Shades of Summer Sky #40A6CF

Tints of Summer Sky #40A6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.99%

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

R = 14.65%
G = 37.99%
B = 47.37%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40A6CF (or 0x40A6CF) is known color: Summer Sky. HEX triplet: 40, A6 and CF. RGB value is (64,166,207). Sum of RGB (Red+Green+Blue) = 64+166+207=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #40A6CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A6CF is #BF5930. Grayscale: #8B8B8B. Windows color (decimal): -12540209 or 13608512. OLE color: 13608512.

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

Color convert

RGB 64 166 207 -
CMYK 0.69 0.20 0 0.19
HSL 197.2º 0.6% 0.53% -
HSV(B) 197.2º 0.69% 0.81% -
XYZ 27.01 32.87 63.95 -
YUV 140.18 165.71 73.67 -
System Red Green Blue C M Y K H S L
Decimal 64 166 207 0.69 0.20 0 0.19 197.2 0.6 0.53
Hex 40 A6 CF 45 14 0 13 C5 3C 35
Octal 100 246 317 105 24 0 23 305 74 65
Binary 1000000 10100110 11001111 1000101 10100 0 10011 11000101 111100 110101

Color Harmonies of #40A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A6CF

Black with #40A6CF

Text Example


Text Example

White with #40A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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