Html Css Color HEX #40C8EB Summer Sky

📋 copy color: '#40C8EB'

red 64 ◦ green 200 ◦ blue 235

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

Shades of Summer Sky #40C8EB

Tints of Summer Sky #40C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.08%

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 12.83%
G = 40.08%
B = 47.09%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40C8EB (or 0x40C8EB) is known color: Summer Sky. HEX triplet: 40, C8 and EB. RGB value is (64,200,235). Sum of RGB (Red+Green+Blue) = 64+200+235=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #40C8EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C8EB is #BF3714. Grayscale: #A3A3A3. Windows color (decimal): -12531477 or 15452224. OLE color: 15452224.

HSL color Cylindrical-coordinate representation of color #40C8EB: hue angle of 192.28º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C8EB is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 200 235 -
CMYK 0.73 0.15 0 0.08
HSL 192.28º 0.81% 0.59% -
HSV(B) 192.28º 0.73% 0.92% -
XYZ 37.76 48.4 85.95 -
YUV 163.33 168.44 57.15 -
System Red Green Blue C M Y K H S L
Decimal 64 200 235 0.73 0.15 0 0.08 192.28 0.81 0.59
Hex 40 C8 EB 49 F 0 8 C0 51 3B
Octal 100 310 353 111 17 0 10 300 121 73
Binary 1000000 11001000 11101011 1001001 1111 0 1000 11000000 1010001 111011

Color Harmonies of #40C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C8EB

Black with #40C8EB

Text Example


Text Example

White with #40C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,200,235); }

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

background-color css

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

 a { background-color: rgb(64,200,235); }

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

border-color css

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

 span { border-color: rgb(64,200,235); }

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