Html Css Color HEX #40AFFC Summer Sky

📋 copy color: '#40AFFC'

red 64 ◦ green 175 ◦ blue 252

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

Shades of Summer Sky #40AFFC

Tints of Summer Sky #40AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.64%

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

R = 13.03%
G = 35.64%
B = 51.32%

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

#40AFFC (or 0x40AFFC) is known color: Summer Sky. HEX triplet: 40, AF and FC. RGB value is (64,175,252). Sum of RGB (Red+Green+Blue) = 64+175+252=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #40AFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AFFC is #BF5003. Grayscale: #969696. Windows color (decimal): -12537860 or 16559936. OLE color: 16559936.

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

Color convert

RGB 64 175 252 -
CMYK 0.75 0.31 0 0.01
HSL 204.57º 0.97% 0.62% -
HSV(B) 204.57º 0.75% 0.99% -
XYZ 35.02 38.78 97.73 -
YUV 150.59 185.23 66.24 -
System Red Green Blue C M Y K H S L
Decimal 64 175 252 0.75 0.31 0 0.01 204.57 0.97 0.62
Hex 40 AF FC 4B 1F 0 1 CD 61 3E
Octal 100 257 374 113 37 0 1 315 141 76
Binary 1000000 10101111 11111100 1001011 11111 0 1 11001101 1100001 111110

Color Harmonies of #40AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AFFC

Black with #40AFFC

Text Example


Text Example

White with #40AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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