Html Css Color HEX #40ABEA Summer Sky

📋 copy color: '#40ABEA'

red 64 ◦ green 171 ◦ blue 234

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

Shades of Summer Sky #40ABEA

Tints of Summer Sky #40ABEA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.46%

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

R = 13.65%
G = 36.46%
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

#40ABEA (or 0x40ABEA) is known color: Summer Sky. HEX triplet: 40, AB and EA. RGB value is (64,171,234). Sum of RGB (Red+Green+Blue) = 64+171+234=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #40ABEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ABEA is #BF5415. Grayscale: #919191. Windows color (decimal): -12538902 or 15379264. OLE color: 15379264.

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

Color convert

RGB 64 171 234 -
CMYK 0.73 0.27 0 0.08
HSL 202.24º 0.8% 0.58% -
HSV(B) 202.24º 0.73% 0.92% -
XYZ 31.53 36.16 83.16 -
YUV 146.19 177.55 69.38 -
System Red Green Blue C M Y K H S L
Decimal 64 171 234 0.73 0.27 0 0.08 202.24 0.8 0.58
Hex 40 AB EA 49 1B 0 8 CA 50 3A
Octal 100 253 352 111 33 0 10 312 120 72
Binary 1000000 10101011 11101010 1001001 11011 0 1000 11001010 1010000 111010

Color Harmonies of #40ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ABEA

Black with #40ABEA

Text Example


Text Example

White with #40ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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