#4AEBFB

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

Shades of Baby Blue #4AEBFB

Tints of Baby Blue #4AEBFB

Color information

#4AEBFB (or 0x4AEBFB) is unknown color: approx Baby Blue. HEX triplet: 4A, EB and FB. RGB value is (74,235,251). Sum of RGB (Red+Green+Blue) = 74+235+251=560 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.21% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #4AEBFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEBFB is #B51404. Grayscale: #BCBCBC. Windows color (decimal): -11867141 or 16509770. OLE color: 16509770.

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

Color convert

RGB74235251-
CMYK0.710.0600.02
HSL185.42º95.68%63.73%-
HSV(B)185.42º70.52%98.43%-
XYZ49.9467.84101.73-
YUV188.68163.1646.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.21%
GREEN value IS 235 (92.19% from 255) = 41.96%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=13.21%
G=41.96%
B=44.82%

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
Decimal742352510.710.0600.02185.4295.6863.73
Hex4AEBFB47602b96040
Octal112353373107602271140100
Binary1001010111010111111101110001111100101011100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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