#4AF7FB

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

Shades of Baby Blue #4AF7FB

Tints of Baby Blue #4AF7FB

Color information

#4AF7FB (or 0x4AF7FB) is unknown color: approx Baby Blue. HEX triplet: 4A, F7 and FB. RGB value is (74,247,251). Sum of RGB (Red+Green+Blue) = 74+247+251=572 (75% of max value = 765). Red value is 74 (29.30% from 255 or 12.94% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #4AF7FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF7FB is #B50804. Grayscale: #C3C3C3. Windows color (decimal): -11864069 or 16512842. OLE color: 16512842.

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

Color convert

RGB74247251-
CMYK0.710.0200.02
HSL181.36º95.68%63.73%-
HSV(B)181.36º70.52%98.43%-
XYZ53.574.94102.91-
YUV195.73159.1941.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 12.94%
GREEN value IS 247 (96.88% from 255) = 43.18%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=12.94%
G=43.18%
B=43.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742472510.710.0200.02181.3695.6863.73
Hex4AF7FB47202b56040
Octal112367373107202265140100
Binary100101011110111111110111000111100101011010111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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