Html Css Color HEX #40AFDC Summer Sky

📋 copy color: '#40AFDC'

red 64 ◦ green 175 ◦ blue 220

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

Shades of Summer Sky #40AFDC

Tints of Summer Sky #40AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 13.94%
G = 38.13%
B = 47.93%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40AFDC (or 0x40AFDC) is known color: Summer Sky. HEX triplet: 40, AF and DC. RGB value is (64,175,220). Sum of RGB (Red+Green+Blue) = 64+175+220=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #40AFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AFDC is #BF5023. Grayscale: #929292. Windows color (decimal): -12537892 or 14462784. OLE color: 14462784.

HSL color Cylindrical-coordinate representation of color #40AFDC: hue angle of 197.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40AFDC is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 175 220 -
CMYK 0.71 0.20 0 0.14
HSL 197.31º 0.69% 0.56% -
HSV(B) 197.31º 0.71% 0.86% -
XYZ 30.36 36.92 73.24 -
YUV 146.94 169.23 68.84 -
System Red Green Blue C M Y K H S L
Decimal 64 175 220 0.71 0.20 0 0.14 197.31 0.69 0.56
Hex 40 AF DC 47 14 0 E C5 45 38
Octal 100 257 334 107 24 0 16 305 105 70
Binary 1000000 10101111 11011100 1000111 10100 0 1110 11000101 1000101 111000

Color Harmonies of #40AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AFDC

Black with #40AFDC

Text Example


Text Example

White with #40AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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