Html Css Color HEX #40ADFC Summer Sky

📋 copy color: '#40ADFC'

red 64 ◦ green 173 ◦ blue 252

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

Shades of Summer Sky #40ADFC

Tints of Summer Sky #40ADFC

RGB

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

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

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

R = 13.09%
G = 35.38%
B = 51.53%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40ADFC (or 0x40ADFC) is known color: Summer Sky. HEX triplet: 40, AD and FC. RGB value is (64,173,252). Sum of RGB (Red+Green+Blue) = 64+173+252=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #40ADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ADFC is #BF5203. Grayscale: #949494. Windows color (decimal): -12538372 or 16559424. OLE color: 16559424.

HSL color Cylindrical-coordinate representation of color #40ADFC: hue angle of 205.21º 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 #40ADFC is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 173 252 -
CMYK 0.75 0.31 0 0.01
HSL 205.21º 0.97% 0.62% -
HSV(B) 205.21º 0.75% 0.99% -
XYZ 34.63 38.01 97.61 -
YUV 149.42 185.89 67.08 -
System Red Green Blue C M Y K H S L
Decimal 64 173 252 0.75 0.31 0 0.01 205.21 0.97 0.62
Hex 40 AD FC 4B 1F 0 1 CD 61 3E
Octal 100 255 374 113 37 0 1 315 141 76
Binary 1000000 10101101 11111100 1001011 11111 0 1 11001101 1100001 111110

Color Harmonies of #40ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ADFC

Black with #40ADFC

Text Example


Text Example

White with #40ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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