Html Css Color HEX #40AFDA Summer Sky

📋 copy color: '#40AFDA'

red 64 ◦ green 175 ◦ blue 218

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

Shades of Summer Sky #40AFDA

Tints of Summer Sky #40AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 14%
G = 38.29%
B = 47.7%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#40AFDA (or 0x40AFDA) is known color: Summer Sky. HEX triplet: 40, AF and DA. RGB value is (64,175,218). Sum of RGB (Red+Green+Blue) = 64+175+218=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #40AFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AFDA is #BF5025. Grayscale: #929292. Windows color (decimal): -12537894 or 14331712. OLE color: 14331712.

HSL color Cylindrical-coordinate representation of color #40AFDA: hue angle of 196.75º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40AFDA is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 175 218 -
CMYK 0.71 0.20 0 0.15
HSL 196.75º 0.68% 0.55% -
HSV(B) 196.75º 0.71% 0.85% -
XYZ 30.1 36.81 71.85 -
YUV 146.71 168.23 69 -
System Red Green Blue C M Y K H S L
Decimal 64 175 218 0.71 0.20 0 0.15 196.75 0.68 0.55
Hex 40 AF DA 47 14 0 F C5 44 37
Octal 100 257 332 107 24 0 17 305 104 67
Binary 1000000 10101111 11011010 1000111 10100 0 1111 11000101 1000100 110111

Color Harmonies of #40AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AFDA

Black with #40AFDA

Text Example


Text Example

White with #40AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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