Html Css Color HEX #40A0F9 Summer Sky

📋 copy color: '#40A0F9'

red 64 ◦ green 160 ◦ blue 249

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

Shades of Summer Sky #40A0F9

Tints of Summer Sky #40A0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.64%

R = 13.53%
G = 33.83%
B = 52.64%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40A0F9 (or 0x40A0F9) is known color: Summer Sky. HEX triplet: 40, A0 and F9. RGB value is (64,160,249). Sum of RGB (Red+Green+Blue) = 64+160+249=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #40A0F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A0F9 is #BF5F06. Grayscale: #8C8C8C. Windows color (decimal): -12541703 or 16359488. OLE color: 16359488.

HSL color Cylindrical-coordinate representation of color #40A0F9: hue angle of 208.86º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40A0F9 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 160 249 -
CMYK 0.74 0.36 0 0.02
HSL 208.86º 0.94% 0.61% -
HSV(B) 208.86º 0.74% 0.98% -
XYZ 31.78 33.07 94.33 -
YUV 141.44 188.7 72.76 -
System Red Green Blue C M Y K H S L
Decimal 64 160 249 0.74 0.36 0 0.02 208.86 0.94 0.61
Hex 40 A0 F9 4A 24 0 2 D1 5E 3D
Octal 100 240 371 112 44 0 2 321 136 75
Binary 1000000 10100000 11111001 1001010 100100 0 10 11010001 1011110 111101

Color Harmonies of #40A0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A0F9

Black with #40A0F9

Text Example


Text Example

White with #40A0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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