Html Css Color HEX #40A6FC Summer Sky

📋 copy color: '#40A6FC'

red 64 ◦ green 166 ◦ blue 252

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

Shades of Summer Sky #40A6FC

Tints of Summer Sky #40A6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 13.28%
G = 34.44%
B = 52.28%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40A6FC (or 0x40A6FC) is known color: Summer Sky. HEX triplet: 40, A6 and FC. RGB value is (64,166,252). Sum of RGB (Red+Green+Blue) = 64+166+252=482 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.28% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #40A6FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A6FC is #BF5903. Grayscale: #909090. Windows color (decimal): -12540164 or 16557632. OLE color: 16557632.

HSL color Cylindrical-coordinate representation of color #40A6FC: hue angle of 207.45º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40A6FC is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 166 252 -
CMYK 0.75 0.34 0 0.01
HSL 207.45º 0.97% 0.62% -
HSV(B) 207.45º 0.75% 0.99% -
XYZ 33.32 35.39 97.17 -
YUV 145.31 188.21 70.01 -
System Red Green Blue C M Y K H S L
Decimal 64 166 252 0.75 0.34 0 0.01 207.45 0.97 0.62
Hex 40 A6 FC 4B 22 0 1 CF 61 3E
Octal 100 246 374 113 42 0 1 317 141 76
Binary 1000000 10100110 11111100 1001011 100010 0 1 11001111 1100001 111110

Color Harmonies of #40A6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A6FC

Black with #40A6FC

Text Example


Text Example

White with #40A6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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