#4ABBE0

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

Shades of Summer Sky #4ABBE0

Tints of Summer Sky #4ABBE0

Color information

#4ABBE0 (or 0x4ABBE0) is unknown color: approx Summer Sky. HEX triplet: 4A, BB and E0. RGB value is (74,187,224). Sum of RGB (Red+Green+Blue) = 74+187+224=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #4ABBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBE0 is #B5441F. Grayscale: #9D9D9D. Windows color (decimal): -11879456 or 14728010. OLE color: 14728010.

HSL color Cylindrical-coordinate representation of color #4ABBE0: hue angle of 194.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ABBE0 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB74187224-
CMYK0.670.1700.12
HSL194.8º70.75%58.43%-
HSV(B)194.8º66.96%87.84%-
XYZ34.0542.3876.91-
YUV157.43165.5668.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.26%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 224 (87.89% from 255) = 46.19%
R=15.26%
G=38.56%
B=46.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal741872240.670.1700.12194.870.7558.43
Hex4ABBE043110Cc3473a
Octal1122733401032101430310772
Binary1001010101110111110000010000111000101100110000111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,187,224); }

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

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

 a { background-color: rgb(74,187,224); }

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

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

 span { border-color: rgb(74,187,224); }

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