Html Css Color HEX #40ACEA Summer Sky

📋 copy color: '#40ACEA'

red 64 ◦ green 172 ◦ blue 234

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

Shades of Summer Sky #40ACEA

Tints of Summer Sky #40ACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.6%

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

R = 13.62%
G = 36.6%
B = 49.79%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40ACEA (or 0x40ACEA) is known color: Summer Sky. HEX triplet: 40, AC and EA. RGB value is (64,172,234). Sum of RGB (Red+Green+Blue) = 64+172+234=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #40ACEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ACEA is #BF5315. Grayscale: #929292. Windows color (decimal): -12538646 or 15379520. OLE color: 15379520.

HSL color Cylindrical-coordinate representation of color #40ACEA: hue angle of 201.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 #40ACEA is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 172 234 -
CMYK 0.73 0.26 0 0.08
HSL 201.88º 0.8% 0.58% -
HSV(B) 201.88º 0.73% 0.92% -
XYZ 31.72 36.54 83.22 -
YUV 146.78 177.22 68.96 -
System Red Green Blue C M Y K H S L
Decimal 64 172 234 0.73 0.26 0 0.08 201.88 0.8 0.58
Hex 40 AC EA 49 1A 0 8 CA 50 3A
Octal 100 254 352 111 32 0 10 312 120 72
Binary 1000000 10101100 11101010 1001001 11010 0 1000 11001010 1010000 111010

Color Harmonies of #40ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ACEA

Black with #40ACEA

Text Example


Text Example

White with #40ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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