Html Css Color HEX #40A7DF Summer Sky

📋 copy color: '#40A7DF'

red 64 ◦ green 167 ◦ blue 223

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

Shades of Summer Sky #40A7DF

Tints of Summer Sky #40A7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.78%

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 14.1%
G = 36.78%
B = 49.12%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#40A7DF (or 0x40A7DF) is known color: Summer Sky. HEX triplet: 40, A7 and DF. RGB value is (64,167,223). Sum of RGB (Red+Green+Blue) = 64+167+223=454 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.10% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #40A7DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A7DF is #BF5820. Grayscale: #8E8E8E. Windows color (decimal): -12539937 or 14657344. OLE color: 14657344.

HSL color Cylindrical-coordinate representation of color #40A7DF: hue angle of 201.13º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40A7DF is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 167 223 -
CMYK 0.71 0.25 0 0.13
HSL 201.13º 0.71% 0.56% -
HSV(B) 201.13º 0.71% 0.87% -
XYZ 29.25 34.06 74.84 -
YUV 142.59 173.38 71.95 -
System Red Green Blue C M Y K H S L
Decimal 64 167 223 0.71 0.25 0 0.13 201.13 0.71 0.56
Hex 40 A7 DF 47 19 0 D C9 47 38
Octal 100 247 337 107 31 0 15 311 107 70
Binary 1000000 10100111 11011111 1000111 11001 0 1101 11001001 1000111 111000

Color Harmonies of #40A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A7DF

Black with #40A7DF

Text Example


Text Example

White with #40A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,167,223); }

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

background-color css

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

 a { background-color: rgb(64,167,223); }

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

border-color css

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

 span { border-color: rgb(64,167,223); }

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