#4AFBF3

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

Shades of Baby Blue #4AFBF3

Tints of Baby Blue #4AFBF3

Color information

#4AFBF3 (or 0x4AFBF3) is unknown color: approx Baby Blue. HEX triplet: 4A, FB and F3. RGB value is (74,251,243). Sum of RGB (Red+Green+Blue) = 74+251+243=568 (75% of max value = 765). Red value is 74 (29.30% from 255 or 13.03% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AFBF3 is #B5040C. Grayscale: #C5C5C5. Windows color (decimal): -11863053 or 15989578. OLE color: 15989578.

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

Color convert

RGB74251243-
CMYK0.7100.030.02
HSL177.29º95.68%63.73%-
HSV(B)177.29º70.52%98.43%-
XYZ53.576.9296.82-
YUV197.16153.8640.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.03%
GREEN value IS 251 (98.44% from 255) = 44.19%
BLUE value IS 243 (95.31% from 255) = 42.78%
R=13.03%
G=44.19%
B=42.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742512430.7100.030.02177.2995.6863.73
Hex4AFBF347032b16040
Octal112373363107032261140100
Binary100101011111011111100111000111011101011000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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