#4AB8EB

Color #4AB8EB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #4AB8EB

Tints of Summer Sky #4AB8EB

Color information

#4AB8EB (or 0x4AB8EB) is unknown color: approx Summer Sky. HEX triplet: 4A, B8 and EB. RGB value is (74,184,235). Sum of RGB (Red+Green+Blue) = 74+184+235=493 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.01% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #4AB8EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AB8EB is #B54714. Grayscale: #9C9C9C. Windows color (decimal): -11880213 or 15448138. OLE color: 15448138.

HSL color Cylindrical-coordinate representation of color #4AB8EB: hue angle of 199.01º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AB8EB is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB74184235-
CMYK0.690.2200.08
HSL199.01º80.1%60.59%-
HSV(B)199.01º68.51%92.16%-
XYZ34.9641.7384.81-
YUV156.92172.0668.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.01%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=15.01%
G=37.32%
B=47.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal741842350.690.2200.08199.0180.160.59
Hex4AB8EB451608c7503d
Octal1122703531052601030712075
Binary1001010101110001110101110001011011001000110001111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AB8EB; }

 p { color: rgb(74,184,235); }

 H1.HeaderClassName
 {
   color: #4AB8EB;
 }
 .AnyTagClassName
 {
   color: #4AB8EB;
 }
</style>
background-color css

<style>
 a { background-color: #4AB8EB; }

 a { background-color: rgb(74,184,235); }

 div.DivClassName
 {
   background-color: #4AB8EB;
 }
 .BgClassName
 {
   background-color: #4AB8EB;
 }
</style>
border-color css

<style>
 span { border-color: #4AB8EB; }

 span { border-color: rgb(74,184,235); }

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