Html Css Color HEX #40C0EF Summer Sky

📋 copy color: '#40C0EF'

red 64 ◦ green 192 ◦ blue 239

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

Shades of Summer Sky #40C0EF

Tints of Summer Sky #40C0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.79%

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

R = 12.93%
G = 38.79%
B = 48.28%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40C0EF (or 0x40C0EF) is known color: Summer Sky. HEX triplet: 40, C0 and EF. RGB value is (64,192,239). Sum of RGB (Red+Green+Blue) = 64+192+239=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #40C0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C0EF is #BF3F10. Grayscale: #9E9E9E. Windows color (decimal): -12533521 or 15712320. OLE color: 15712320.

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

Color convert

RGB 64 192 239 -
CMYK 0.73 0.20 0 0.06
HSL 196.11º 0.85% 0.59% -
HSV(B) 196.11º 0.73% 0.94% -
XYZ 36.54 45.02 88.43 -
YUV 159.09 173.09 60.18 -
System Red Green Blue C M Y K H S L
Decimal 64 192 239 0.73 0.20 0 0.06 196.11 0.85 0.59
Hex 40 C0 EF 49 14 0 6 C4 55 3B
Octal 100 300 357 111 24 0 6 304 125 73
Binary 1000000 11000000 11101111 1001001 10100 0 110 11000100 1010101 111011

Color Harmonies of #40C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C0EF

Black with #40C0EF

Text Example


Text Example

White with #40C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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