#4AECFB

Color #4AECFB Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #4AECFB

Tints of Baby Blue #4AECFB

Color information

#4AECFB (or 0x4AECFB) is unknown color: approx Baby Blue. HEX triplet: 4A, EC and FB. RGB value is (74,236,251). Sum of RGB (Red+Green+Blue) = 74+236+251=561 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.19% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #4AECFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AECFB is #B51304. Grayscale: #BDBDBD. Windows color (decimal): -11866885 or 16510026. OLE color: 16510026.

HSL color Cylindrical-coordinate representation of color #4AECFB: hue angle of 185.08º 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 #4AECFB is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB74236251-
CMYK0.710.0600.02
HSL185.08º95.68%63.73%-
HSV(B)185.08º70.52%98.43%-
XYZ50.2368.41101.82-
YUV189.27162.8345.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.19%
GREEN value IS 236 (92.58% from 255) = 42.07%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=13.19%
G=42.07%
B=44.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742362510.710.0600.02185.0895.6863.73
Hex4AECFB47602b96040
Octal112354373107602271140100
Binary1001010111011001111101110001111100101011100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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