#4AF2FB

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

Shades of Baby Blue #4AF2FB

Tints of Baby Blue #4AF2FB

Color information

#4AF2FB (or 0x4AF2FB) is unknown color: approx Baby Blue. HEX triplet: 4A, F2 and FB. RGB value is (74,242,251). Sum of RGB (Red+Green+Blue) = 74+242+251=567 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.05% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #4AF2FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF2FB is #B50D04. Grayscale: #C0C0C0. Windows color (decimal): -11865349 or 16511562. OLE color: 16511562.

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

Color convert

RGB74242251-
CMYK0.710.0400.02
HSL183.05º95.68%63.73%-
HSV(B)183.05º70.52%98.43%-
XYZ51.9971.93102.41-
YUV192.79160.8443.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.05%
GREEN value IS 242 (94.92% from 255) = 42.68%
BLUE value IS 251 (98.44% from 255) = 44.27%
R=13.05%
G=42.68%
B=44.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742422510.710.0400.02183.0595.6863.73
Hex4AF2FB47402b76040
Octal112362373107402267140100
Binary1001010111100101111101110001111000101011011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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