Html Css Color HEX #40D0EF Summer Sky

📋 copy color: '#40D0EF'

red 64 ◦ green 208 ◦ blue 239

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

Shades of Summer Sky #40D0EF

Tints of Summer Sky #40D0EF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.7%

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

R = 12.52%
G = 40.7%
B = 46.77%

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

#40D0EF (or 0x40D0EF) is known color: Summer Sky. HEX triplet: 40, D0 and EF. RGB value is (64,208,239). Sum of RGB (Red+Green+Blue) = 64+208+239=511 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.52% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #40D0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D0EF is #BF2F10. Grayscale: #A8A8A8. Windows color (decimal): -12529425 or 15716416. OLE color: 15716416.

HSL color Cylindrical-coordinate representation of color #40D0EF: hue angle of 190.63º 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 #40D0EF is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 208 239 -
CMYK 0.73 0.13 0 0.06
HSL 190.63º 0.85% 0.59% -
HSV(B) 190.63º 0.73% 0.94% -
XYZ 40.25 52.43 89.66 -
YUV 168.48 167.79 53.48 -
System Red Green Blue C M Y K H S L
Decimal 64 208 239 0.73 0.13 0 0.06 190.63 0.85 0.59
Hex 40 D0 EF 49 D 0 6 BF 55 3B
Octal 100 320 357 111 15 0 6 277 125 73
Binary 1000000 11010000 11101111 1001001 1101 0 110 10111111 1010101 111011

Color Harmonies of #40D0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D0EF

Black with #40D0EF

Text Example


Text Example

White with #40D0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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