Html Css Color HEX #40ADFF Summer Sky

📋 copy color: '#40ADFF'

red 64 ◦ green 173 ◦ blue 255

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

Shades of Summer Sky #40ADFF

Tints of Summer Sky #40ADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.16%

 BLUE value IS 255 (100% from 255) = 51.83%

R = 13.01%
G = 35.16%
B = 51.83%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#40ADFF (or 0x40ADFF) is known color: Summer Sky. HEX triplet: 40, AD and FF. RGB value is (64,173,255). Sum of RGB (Red+Green+Blue) = 64+173+255=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #40ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ADFF is #BF5200. Grayscale: #959595. Windows color (decimal): -12538369 or 16756032. OLE color: 16756032.

HSL color Cylindrical-coordinate representation of color #40ADFF: hue angle of 205.76º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40ADFF is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 64 173 255 -
CMYK 0.75 0.32 0 0
HSL 205.76º 1% 0.63% -
HSV(B) 205.76º 0.75% 1% -
XYZ 35.11 38.2 100.13 -
YUV 149.76 187.39 66.83 -
System Red Green Blue C M Y K H S L
Decimal 64 173 255 0.75 0.32 0 0 205.76 1 0.63
Hex 40 AD FF 4B 20 0 0 CE 64 3F
Octal 100 255 377 113 40 0 0 316 144 77
Binary 1000000 10101101 11111111 1001011 100000 0 0 11001110 1100100 111111

Color Harmonies of #40ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ADFF

Black with #40ADFF

Text Example


Text Example

White with #40ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,173,255); }

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

background-color css

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

 a { background-color: rgb(64,173,255); }

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

border-color css

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

 span { border-color: rgb(64,173,255); }

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