Html Css Color HEX #40CEEA Summer Sky

📋 copy color: '#40CEEA'

red 64 ◦ green 206 ◦ blue 234

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

Shades of Summer Sky #40CEEA

Tints of Summer Sky #40CEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.87%

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 12.7%
G = 40.87%
B = 46.43%

CMYK

 C value IS 0.73

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40CEEA (or 0x40CEEA) is known color: Summer Sky. HEX triplet: 40, CE and EA. RGB value is (64,206,234). Sum of RGB (Red+Green+Blue) = 64+206+234=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #40CEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CEEA is #BF3115. Grayscale: #A6A6A6. Windows color (decimal): -12529942 or 15388224. OLE color: 15388224.

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

Color convert

RGB 64 206 234 -
CMYK 0.73 0.12 0 0.08
HSL 189.88º 0.8% 0.58% -
HSV(B) 189.88º 0.73% 0.92% -
XYZ 39.04 51.17 85.66 -
YUV 166.73 165.96 54.72 -
System Red Green Blue C M Y K H S L
Decimal 64 206 234 0.73 0.12 0 0.08 189.88 0.8 0.58
Hex 40 CE EA 49 C 0 8 BE 50 3A
Octal 100 316 352 111 14 0 10 276 120 72
Binary 1000000 11001110 11101010 1001001 1100 0 1000 10111110 1010000 111010

Color Harmonies of #40CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CEEA

Black with #40CEEA

Text Example


Text Example

White with #40CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,206,234); }

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

background-color css

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

 a { background-color: rgb(64,206,234); }

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

border-color css

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

 span { border-color: rgb(64,206,234); }

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