Html Css Color HEX #40ACEB Summer Sky

📋 copy color: '#40ACEB'

red 64 ◦ green 172 ◦ blue 235

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

Shades of Summer Sky #40ACEB

Tints of Summer Sky #40ACEB

RGB

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

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

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

R = 13.59%
G = 36.52%
B = 49.89%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40ACEB (or 0x40ACEB) is known color: Summer Sky. HEX triplet: 40, AC and EB. RGB value is (64,172,235). Sum of RGB (Red+Green+Blue) = 64+172+235=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #40ACEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ACEB is #BF5314. Grayscale: #929292. Windows color (decimal): -12538645 or 15445056. OLE color: 15445056.

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

Color convert

RGB 64 172 235 -
CMYK 0.73 0.27 0 0.08
HSL 202.11º 0.81% 0.59% -
HSV(B) 202.11º 0.73% 0.92% -
XYZ 31.86 36.59 83.98 -
YUV 146.89 177.72 68.88 -
System Red Green Blue C M Y K H S L
Decimal 64 172 235 0.73 0.27 0 0.08 202.11 0.81 0.59
Hex 40 AC EB 49 1B 0 8 CA 51 3B
Octal 100 254 353 111 33 0 10 312 121 73
Binary 1000000 10101100 11101011 1001001 11011 0 1000 11001010 1010001 111011

Color Harmonies of #40ACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ACEB

Black with #40ACEB

Text Example


Text Example

White with #40ACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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