Html Css Color HEX #40D1EF Summer Sky

📋 copy color: '#40D1EF'

red 64 ◦ green 209 ◦ blue 239

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

Shades of Summer Sky #40D1EF

Tints of Summer Sky #40D1EF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.82%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 12.5%
G = 40.82%
B = 46.68%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40D1EF (or 0x40D1EF) is known color: Summer Sky. HEX triplet: 40, D1 and EF. RGB value is (64,209,239). Sum of RGB (Red+Green+Blue) = 64+209+239=512 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.5% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #40D1EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D1EF is #BF2E10. Grayscale: #A8A8A8. Windows color (decimal): -12529169 or 15716672. OLE color: 15716672.

HSL color Cylindrical-coordinate representation of color #40D1EF: hue angle of 190.29º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40D1EF is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 209 239 -
CMYK 0.73 0.13 0 0.06
HSL 190.29º 0.85% 0.59% -
HSV(B) 190.29º 0.73% 0.94% -
XYZ 40.49 52.92 89.74 -
YUV 169.07 167.46 53.06 -
System Red Green Blue C M Y K H S L
Decimal 64 209 239 0.73 0.13 0 0.06 190.29 0.85 0.59
Hex 40 D1 EF 49 D 0 6 BE 55 3B
Octal 100 321 357 111 15 0 6 276 125 73
Binary 1000000 11010001 11101111 1001001 1101 0 110 10111110 1010101 111011

Color Harmonies of #40D1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D1EF

Black with #40D1EF

Text Example


Text Example

White with #40D1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,209,239); }

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

background-color css

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

 a { background-color: rgb(64,209,239); }

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

border-color css

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

 span { border-color: rgb(64,209,239); }

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