#4AABFB

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

Shades of Summer Sky #4AABFB

Tints of Summer Sky #4AABFB

Color information

#4AABFB (or 0x4AABFB) is unknown color: approx Summer Sky. HEX triplet: 4A, AB and FB. RGB value is (74,171,251). Sum of RGB (Red+Green+Blue) = 74+171+251=496 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.92% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #4AABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AABFB is #B55404. Grayscale: #969696. Windows color (decimal): -11883525 or 16493386. OLE color: 16493386.

HSL color Cylindrical-coordinate representation of color #4AABFB: hue angle of 207.12º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AABFB is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB74171251-
CMYK0.710.3200.02
HSL207.12º95.68%63.73%-
HSV(B)207.12º70.52%98.43%-
XYZ34.837.5596.68-
YUV151.12184.3673-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.92%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 251 (98.44% from 255) = 50.60%
R=14.92%
G=34.48%
B=50.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal741712510.710.3200.02207.1295.6863.73
Hex4AABFB472002cf6040
Octal1122533731074002317140100
Binary1001010101010111111101110001111000000101100111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,171,251); }

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

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

 a { background-color: rgb(74,171,251); }

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

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

 span { border-color: rgb(74,171,251); }

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